| Duello- PoRtaL & ForuM ™ 2009-2010 |
Would you like to react to this message? Create an account in a few clicks or log in to continue.

| Duello- PoRtaL & ForuM ™ 2009-2010 |


 
AnasayfaAnasayfa  GaleriGaleri  AramaArama  Latest imagesLatest images  Giriş yapGiriş yap  Kayıt OlKayıt Ol  
Dynamic Feed Control
Yükleniyor ...

 

 Flashing Scrollbar (ing)

Aşağa gitmek 
YazarMesaj
Admin
DueLLoYöneticisi

DueLLoYöneticisi
Admin


<b>Mesaj Sayısı</b> Mesaj Sayısı : 928
<b>Doğum tarihi</b> Doğum tarihi : 06/07/90
<b>Yaşı</b> Yaşı : 34
<b>Nerden</b> Nerden : Antalya
<b>İş/Hobiler</b> İş/Hobiler : Webtasarım - Öğrenci
<b>Lakap</b> Lakap : Site sahibi
<b>Rep Puanı</b> Rep Puanı : 735008

Flashing Scrollbar (ing) Empty
MesajKonu: Flashing Scrollbar (ing)   Flashing Scrollbar (ing) I_icon_minitimeCuma 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.
Sayfa başına dön Aşağa gitmek
http://duello.goalsoccer.net
 
Flashing Scrollbar (ing)
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
| Duello- PoRtaL & ForuM ™ 2009-2010 |  ::    Duello Webmaster :: Hazır Kodlar :: Js (JavaScript)-
Buraya geçin: