ציטוט:
נכתב במקור על ידי CriSis
זה נראה תקין לחלוטין! יכול להיות בגלל שיש עוד דברים באתר שיכול להיות שמשפיעים...תביא לפה בבקשה את כל הקוד (HTML)
|
זה בסך הכל נמצא בתוך עמוד לבן באתר שלי עם כמה שורות טקסט... אבל הנה:
קוד:
<html dir="rtl">
<head>
<title>שינוי העכבר</title>
<meta http-equiv="Content-Language" content="he">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
</head>
<body>
<!--::::: תחילת שינוי עכבר :::::-->
<STYLE TYPE="text/css">
BODY{cursor: url(***הכתובת***);}
a {cursor: url(****הכתובת**);}
</STYLE>
<!--::::: סוף שינוי עכבר :::::-->
<!--::::: תחילת חסימת מקש ימני :::::-->
<script language="JavaScript1.2" type="text/javascript">
<!-- hide
if (window.Event) document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true;
event.returnValue = false;
return false;
}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3);
return false;
}
else if (event.button == 2 || event.button == 3){
event.cancelBubble = true;
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
// -->
</script>
<!--::::: סוף חסימת מקש ימני :::::-->
<!--::::: תחילת חסימת צביעת טקסט :::::-->
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--::::: סוף חסימת צביעת טקסט :::::-->
<p>כדי לשנות את העכבר אתם צריכים להכניס את הקוד הבא:</p>
<p align="left"><STYLE TYPE="text/css"><br>
BODY{cursor: url(הכתובת של הקובץ של העכבר);}<br>
a {cursor: url(הכתובת של הקובץ של העכברi);}<br>
</STYLE></p>
<p align="right"> </p>
</body>
</html>
עריכה:
בדקתי עכשיו ועם קובץ אחר של עכבר שמצאתי ברשת שהכנסתי את הכתובת שלו העמוד עובד מצויין אז הבעיה היא בשרת? אם כן אז לאיזה שרת אני יכול להעלות קיבצי ani?