View Full Version : help pls...
sir_eg9
02-06-2008, 10:18 PM
What is the command to make the background blinking?:rolleyes:
Thanks for help
thetestingsite
02-06-2008, 10:30 PM
A blinking background? Why on earth would someone want that. In any case, you would want to use a background image for this as there is not a specific code that does this.
Hope this helps.
sir_eg9
02-06-2008, 10:39 PM
A blinking background? Why on earth would someone want that. In any case, you would want to use a background image for this as there is not a specific code that does this.
Hope this helps.
How about body background? possible to make it or not? Thanks
sir_eg9
02-06-2008, 10:55 PM
<body background=" http://sg.123rf.com/168nwm/vuifah/vuifah0712/vuifah071200002.jpg ">
To make the bg blinking? try this:
<script type="text/javascript">
document.body.style.background="blue";
setTimeOut('other()',1);
function other(){
document.body.style.background="green";
setTimeOut('other_this()',1);
}
function other_this(){
document.body.style.background="blue";
setTimeOut('other()',1);
}
</script>
sir_eg9
02-06-2008, 11:05 PM
To make the bg blinking? try this:
<script type="text/javascript">
document.body.style.background="blue";
setTimeOut('other()',1);
function other(){
document.body.style.background="green";
setTimeOut('other_this()',1);
}
function other_this(){
document.body.style.background="blue";
setTimeOut('other()',1);
}
</script>
that one i need is not using javascript !
anyway thank you brother !!!:D
You want it to use js or not?
sir_eg9
02-06-2008, 11:18 PM
You want it to use js or not?
http://img110.mytextgraphics.com/blinkingtextlive/2008/02/07/2eb598e008e1412953655737a4191f8c.gif
similar like this !!! But use it as body background.....mean the background colour keep changing like the colour i above
djr33
02-06-2008, 11:31 PM
Make a blinking 1px gif animation and set that as a repeating background. Step two: endure seizures.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.