منتديات خيال العاشقين
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة

اذهب الى الأسفل

الكل شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة

مُساهمة من طرف شاعر القمر 23rd يناير 2012, 6:07 pm

الكود:
          <div id="i1" class="intro"></div>
<script language="JavaScript1.2">

/*
Boxing In Script-
©️ Dynamic Drive ([url=http://www.dynamicdrive.com]www.dynamicdrive.com[/url])
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of Use, dynamicdrive.com
* Visit our site at [url=http://www.star28.com/]http://www.star28.com/[/url] for more code
*/

//change speed here
var speed=5
if (document.layers){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (document.all){
var reference=document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=document.body.clientWidth
bottomclip=temp.height=document.body.clientHeight
}


function doit(){
window.scrollTo(0,0)
if (document.layers){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (document.all){
if (leftclip>document.body.clientWidth/2)
clearInterval(stopit)
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)

</script>
 
 
 
     

شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة 3386019052 شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة 3386019052
شاعر القمر
شاعر القمر
المدير
المدير


ذكر عدد المساهمات : 196
نقاط : 5206
السٌّمعَة : -3
تاريخ التسجيل : 01/12/2011

https://ash8en.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى