Pages: 1

  2008-09-17 02:43:26

---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

for overlay.. [quote]<script language="JavaScript"> <!-- // Copyright 2001 by www.CodeBelly.com // Please do *not* remove this notice. var backColor = new Array(); // don't change this // Set the

for overlay.. [quote]<script language="JavaScript"> <!-- // Copyright 2001 by www.CodeBelly.com // Please do *not* remove this notice. var backColor = new Array(); // don't change this // Set the speed (in milliseconds). var dwellTime = 500; // Enter the colors you wish to use. The final // backColor[4] should be the fixed color of the // page. backColor[0] = '#FF0000'; backColor[1] = '#008000'; backColor[2] = '#000099'; backColor[3] = '#000000'; backColor[4] = '#FFFFFF'; // Do not edit below this line. //----------------------------- function flashBG(whichColor){ document.bgColor = backColor[whichColor]; } var t = null; var d = dwellTime; t = setTimeout('flashBG(0)',(d-d)); t = setTimeout('flashBG(1)',(d)); t = setTimeout('flashBG(2)',(d*2)); t = setTimeout('flashBG(3)',(d*3)); t = setTimeout('flashBG(4)',(d*4)); t = null; //--> </script>[/quote] for js extension [quote]<!-- // Copyright 2001 by www.CodeBelly.com // Please do *not* remove this notice. var backColor = new Array(); // don't change this // Set the speed (in milliseconds). var dwellTime = 500; // Enter the colors you wish to use. The final // backColor[4] should be the fixed color of the // page. backColor[0] = '#FF0000'; backColor[1] = '#008000'; backColor[2] = '#000099'; backColor[3] = '#000000'; backColor[4] = '#FFFFFF'; // Do not edit below this line. //----------------------------- function flashBG(whichColor){ document.bgColor = backColor[whichColor]; } var t = null; var d = dwellTime; t = setTimeout('flashBG(0)',(d-d)); t = setTimeout('flashBG(1)',(d)); t = setTimeout('flashBG(2)',(d*2)); t = setTimeout('flashBG(3)',(d*3)); t = setTimeout('flashBG(4)',(d*4)); t = null; //-->[/quote] [b]u can change the colors js use... hex color values..[/b] :thumbsup: :arrow: [b]credits: codebelly.[/b]

Pages: 1

Board footer

© 2025 F Talk

Current time is 17:28

[ 12 queries - 0.008 second ]
Privacy Policy