Forum Moderators: not2easy

Message Too Old, No Replies

Blinking Blink!

         

BeeDeeDubbleU

4:17 pm on Nov 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have set a blink style but it aint blinking. Can anyone tell me what's wrong with this?

.blink {
text-decoration: blink;
color: #990000;
}

The style is being recognised as the colour is changing.

birdbrain

5:11 pm on Nov 16, 2007 (gmt 0)



Hi there BeeDeeDubbleU,

text-decoration:blink; is not recognized - (and does not need to be recognized) - by IE, according to the w3.org....


blink
Text blinks (alternates between visible and invisible). Conforming user agents are not required to support this value.


Source:-


[w3.org ]

birdbrain

BeeDeeDubbleU

12:37 am on Nov 17, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thank you.

birdbrain

10:28 am on Nov 17, 2007 (gmt 0)



No problem, you're welcome. ;)