What is the command to make the background blinking?
Thanks for help
What is the command to make the background blinking?
Thanks for help
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.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
<body background=" http://sg.123rf.com/168nwm/vuifah/vu...h071200002.jpg ">
To make the bg blinking? try this:
Code:<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>
Jeremy | jfein.net
Make a blinking 1px gif animation and set that as a repeating background. Step two: endure seizures.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks