Hi everyone:
I have a couple of piece of text that I want to be flashing in the page such as special or save type of things. How do I do it? Is it possible with CSS? or do I have to use something else?(I am using Internet Explorer not Netscape....)
Thanks
Oh boy, when did we roll back to 1997? Sorry, being a little facetious. Blinking or flashing text was so annoying that the major browsers have removed the (non-standard) tags from their reportoire. I believe that there is a CSS kludge that enables it. The other way would be to use JavaScript to periodically blank out a section of text.
Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
Instead of using blinking text which might not have good cross platform support, you could create an animated gif which does the same thing.
You might want to try try this 2.5KB gif
Its annoying and if you are trying to use it to get people to notice something on your page it actually has the opposite effect (people have trained themselves to ignore intrusive ads, which blinking text will look like).
Thanks everyone for the suggestion. Now that I think about it, it is annoying but my boss wants it that way.
SlowFlight, how do I get the code for your Sale thing. I love it!!!! Thanks
Does any existing browser recognise the [tt]text-decoration:blink[/tt] CSS property? It's optional for them to do so, according to the link Breadcrust provided.
The simpler minds of bosses are easily fascinated by flashing things, an animated gif is the easiest way to give him what he wants. Remember to use the alt attribute to spell out the message to imageless visitors:
[tt]
<img src="/images/sale.gif" alt="Sale!" title="" height="100" width="200" />
[/tt]
If you want to try and persuade your boss of the folly of blinking text, point him at "mistake 10" on
or maybe
[tt]
<img src="/images/sale.gif" alt="*** *** *** *** *** Well if we're going to be irritated to death why shouldn't you? *** *** *** *** ***" title="" height="100" width="200" />
[/tt]
Thanks everyone for the input. I think I am not going to use blink text after all I heard... I probably go with a moving (slowly) text type of thing. Maybe!! I need to talk to the boss again....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.