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

منتديات ستار يور

منتديات ستار يور
 
الرئيسيةأحدث الصورالتسجيلدخول

 

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

اذهب الى الأسفل 
كاتب الموضوعرسالة
hassan
المدير العام للمنتدى
المدير العام للمنتدى
hassan


عدد الرسائل : 105
العمر : 33
الموقع : fcb.max.st
تاريخ التسجيل : 03/05/2008

شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة Empty
مُساهمةموضوع: شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة   شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة I_icon_minitimeالثلاثاء مايو 13, 2008 2:18 pm

طريقة التركيب

1- انسخ هذا الكود و ضعه في منطقة HEAD




<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:white;
background-color:red;
border:0.1px solid white
}
-->
</style>




2- انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY



<div id="i1" class="intro"></div>
<script language="JavaScript1.2">

/*
Boxing In Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of Use, dynamicdrive.com
* Visit our site at http://www.star28.com/ 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>
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.staryour.yoo7.com
 
شاشة حمراء تصغر بالتدريج عند الدخول الى الصفحة
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-

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