Mike
Thu Apr 24 11:05:12 CDT 2008
I stand corrected, you needed to use javascript to blink in IE, the blink
tag was NN, and the css is Opera & Mozilla. The css is listed as an optional
tag, so you can't hold it against IE for not supporting it- maybe hold it
against the rest of them for supporting it.
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:eIDUguhpIHA.1768@TK2MSFTNGP03.phx.gbl...
> The blink tag was a Netscape only tag, not supported by IE.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
http://www.Ecom-Data.com
> ==============================================
>
>
> "Mike Mueller" <MyName@ecinet.net> wrote in message
> news:7C82F9F0-8794-4066-A0E5-AA4F33A794CE@microsoft.com...
>> The CSS variant is supported only by Mozilla & Opera. Older versions of
>> IE I believe supported the <blink> tag
>> Some browsers do the tag, others do the style, most don't do it- no one
>> really likes it
>>
>> I suppose one could always try <span
>> style="text-decoration:blink"><blink>Blinky Text</blink></span>
>>
>>
>> Article-->
http://www.domedia.org/oveklykken/css-blinking-text.php
>> I agree
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> "Jens Peter Karlsen" <jpkarlsen@mvps.org> wrote in message
>> news:hpp014175jblf8e22c6h3nch86e3o3b1ne@4ax.com...
>>> Luckily it doesn't work in most modern browsers. It is distracting
>>> that something blinks on a page. Irritates most people after the first
>>> couple of seconds.
>>> If you absolutely will use it (it is your own customers you scare
>>> away) the correct way is using CSS, text-decoration: blink.
>>>
>>> Regards Jens Peter Karlsen.
>>>
>>> On Thu, 24 Apr 2008 03:11:01 -0700, Zak
>>> <Zak@discussions.microsoft.com> wrote:
>>>
>>>>Hi,
>>>>
>>>>What is the HTML to make a word blink/flash? i have tried <blink> but
>>>>apparently this doest work in Internet Explorer!
>>>>
>>>>any suggestions?
>>>>
>>>>thanks.
>>
>
>