Admin DueLLoYöneticisi
Mesaj Sayısı : 928 Doğum tarihi : 06/07/90 Yaşı : 34 Nerden : Antalya İş/Hobiler : Webtasarım - Öğrenci Lakap : Site sahibi Rep Puanı : 735008
| Konu: Flashing Scrollbar (ing) Cuma Ara. 04, 2009 8:10 pm | |
| - Kod:
-
<!-- TWO STEPS TO INSTALL FLASHING SCROLLBAR:
1. Copy the coding into the HEAD of your HTML document 2. Add the onLoad event handler into the BODY tag -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<script type="text/javascript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- var rate = 1000 var C1 = "#ff9933" var C2 = "#ffff00" var C3 = "#ff0000" var i = 0 function doScrollbarColors() { if (document.all) { i++ if (i==1) C = C1 if (i==2) C = C2 if (i==3) C = C3 document.body.style.scrollbarBaseColor = C if (i>2) i=0 t=setTimeout("doScrollbarColors()", rate) } } //--> </script>
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<BODY onload="doScrollbarColors()">
<p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p>
<!-- Script Size: 0.96 KB -->
Kadıyma çubuğunuzun sürekli renk değiştirmesini sağlar. Sadece INTERNET EXPLORER ile birlikte çalışmaktadır. | |
|