|
|
//Default browsercheck, added to all scripts!
function checkBrowser(){
this.ver=navigator.appVersion
this.dom=document.getElementById?1:0
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
this.ie4=(document.all && !this.dom)?1:0;
this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
return this
}
bw=new checkBrowser()
//Set these variables:
fromLeft=10 // How much from the left of the cursor should the div be?
fromTop=10 // How much from the top of the cursor should the div be?
[center]/********************************************************************
Initilizes the objects
*********************************************************************/
function cursorInit(){
oCursor=new makeCursorObj('divCursor')
scrolled=bw.ns4 || bw.ns5?"window.pageYOffset":"document.body.scrollTop"
if(bw.ns4)document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=move;
}
/********************************************************************
Contructs the cursorobjects
*********************************************************************/
function makeCursorObj(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers." +obj):0;
this.moveIt=b_moveIt;
return this
}
function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y}
/********************************************************************
Tracking the mousemove and moves the object along.
*********************************************************************/
function move(e){
x=bw.ns4 || bw.ns5?e.pageX:event.x
y=bw.ns4 || bw.ns5?e.pageY:event.y
if(bw.ie4 || bw.ie5) y=y+eval(scrolled)
oCursor.moveIt(x+fromLeft,y+fromTop)
}
onload=cursorInit;
|
منتدى | المواضيع | المساهمات | آخر مساهمة |
---|
|
| 13 | 23 | الأربعاء نوفمبر 28, 2007 2:42 am ktakota | |
| 1 | 1 | الأحد نوفمبر 04, 2007 5:13 am Driss_Dakhla | |
| 4 | 5 | الأحد نوفمبر 04, 2007 8:36 am elgenral | |
| 9 | 15 | الأحد مارس 06, 2011 2:54 pm amal | | المشرفون: princess_desert, ktakota, riwaa, مشرف قسم حواء حــــــــــــــــواء, مشرف قسم ضحك, مشرف القسم الاسلامى, صور, مدير عام
| 26 | 64 | الخميس فبراير 04, 2010 7:55 pm نكت 2010 | |
| 1 | 1 | الجمعة نوفمبر 02, 2007 3:08 am Driss_Dakhla | |
| 8 | 17 | الأحد نوفمبر 11, 2007 5:02 am Driss_Dakhla | |
| 0 | 0 | | |
| 9 | 17 | الأربعاء أبريل 16, 2008 8:47 pm Driss_Dakhla | |
| 10 | 19 | الخميس نوفمبر 08, 2007 2:15 am Driss_Dakhla | | المشرف: ktakota
| 0 | 0 | | |
| 2 | 4 | الثلاثاء مارس 11, 2008 1:29 am gar3a | |
| 1 | 3 | الجمعة نوفمبر 09, 2007 8:28 am AmInE_3Tc | |
| 3 | 5 | الجمعة نوفمبر 09, 2007 2:21 am Driss_Dakhla | |
| 3 | 8 | الثلاثاء نوفمبر 27, 2007 7:34 am الرومنسى | | الافلام الاكشن
| 3 | 12 | الأربعاء نوفمبر 14, 2007 11:46 pm الرومنسى | |
| 3 | 13 | الأربعاء نوفمبر 14, 2007 11:35 pm الرومنسى | |
| 6 | 13 | الجمعة نوفمبر 09, 2007 3:57 am Driss_Dakhla |
الصور التي تمت مشاركتها مؤخرا |
|
المتواجدون الآن ؟ | | أعضاؤنا قدموا 220 مساهمة في هذا المنتدى هذا المنتدى يتوفر على 89 عُضو. آخر عُضو مُسجل هو amal فمرحباً به. | ككل هناك 1 عُضو حالياً في هذا المنتدى :: 0 عضو مُسجل, 0 عُضو مُختفي و 1 زائر أكبر عدد للأعضاء المتواجدين في هذا المنتدى في نفس الوقت كان 95 بتاريخ الأربعاء أكتوبر 30, 2024 5:12 pm
الأعضاء المتواجدون في المنتدى: لا أحد
| لا احد يحتفل اليوم بعيد ميلاده لا احد سيحتفل بعيد ميلاده خلال 7 ايام القادمة | المفتاح : [ مدير عام ][ مشرف قسم ضحك ][ مشرف قسم حواء حــــــــــــــــواء ][ صور ][ مشرف القسم الاسلامى ][ Facebook ] |
| مساهمات جديدة | | | لا مساهمات جديدة | | | منتدى مُقفل |
| |
|