Jump to content

Make blinking text in a webpag


houssam_ballout

Recommended Posts

The blink tag is browser-specific, as you have found out. You can use setInterval in JavaScript to create a timed style change.Note that is bad for accessibility (and usability) to have blinking text, however.

Link to comment
Share on other sites

Ok,I need a help in this, maybe a javascript thing, can you offer some examples or help??Thanks
javascript
The blink tag is browser-specific, as you have found out. You can use setInterval in JavaScript to create a timed style change.Note that is bad for accessibility (and usability) to have blinking text, however.
first google search for blinking text javascript setIntervalCSS
The CSS text-decoration property can make text blink:http://w3schools.com/css/pr_text_text-decoration.aspBut you better have a good reason for it. Blinking text is rarely, if ever, good on a website.
try some things out and then let us know what part you're stuck on.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...