RIP <blink>
I have just learned by accident that the venerable tag is now unsupported in Internet Explorer 8. Needless to say, I am guessing that my desire to usher the blink tag back into common use (circa 1994 or so) may not get off the ground now.
An associate of mine has come up with this in response..
jQuery Blink Plugin
Just what the world needs, another jQuery plug in.
Hi , i have used the same piece of code i,e, Jquery plugin. But when the hyperlink when its blinking, the other texts which are next to it moves one position next and when unblinks the other texts move backwords.It means the whole space block where hyperlink is blinking is blinking. please help me out
I will contact my associate and see if he has any suggestions.
BP
@shankar, I think the problem is that the link is an inline element. Try to add display:inline-block; to its CSS styles.