**
السلام عليكم ورحمه الله وبركاته
اجعل موقعك او صفحتك الخاصه تتحرك بشكل تلقائي بطريقه جميله من اعلي الي اسفل بكل سهوله عن طريق هذا الدرس الجميل والبسيط
الوصف : عند فتح الصفحه او الموقع تبدا في التحرك من اعلي الي اسفل بسرعه معينه تحددها انت وعند وصولها الي اخر الصفحه تبدا في التحرك من جديد من اعلي الي اسفل ..... وهكذا . وللتعديل علي هذه السرعه ما عليك الا تغيير الرقم امام var speed
من 1 الي 2 او حسب السرعه التي تريدها
من 1 الي 2 او حسب السرعه التي تريدها
والان مع الكود : انسخ الكود وضعه في اي مكان تحت الجزء الخاص بال <body>
<script language="JavaScript1.2">
/*Top-Down scrolling window Script- © Dynamic Drive (www.dynamicdrive.com)Presented To You By http://ZoomPlace.BlogSpot.ComThis notice MUST stay intact for use*/
//change 1 to another integer to alter the scroll speed. Greater is fastervar speed=1var currentpos=0,alt=1,curpos1=0,curpos2=-1function initialize(){startit()}
function iecompattest(){return (document.compatMode!="BackCompat")? document.documentElement : document.body}
function scrollwindow(){if (document.all)temp=iecompattest().scrollTopelsetemp=window.pageYOffsetif (alt==0)alt=1elsealt=0if (alt==0)curpos1=tempelsecurpos2=tempif (curpos1!=curpos2){if (document.all)currentpos=iecompattest().scrollTop+speedelsecurrentpos=window.pageYOffset+speedwindow.scroll(0,currentpos)}else{currentpos=0window.scroll(0,currentpos)}}function startit(){setInterval("scrollwindow()",10)}window.onload=initialize</script>
2 التعليقات:
thank you
merciii
=))
إرسال تعليق