Hi
I want my link to blink. I am using this code
<a href="#" style=" text-decoration:blink;">Click Here</a>
but it is not working.
Hi
I want my link to blink. I am using this code
<a href="#" style=" text-decoration:blink;">Click Here</a>
but it is not working.
it is not working.
It doesn't work on IE, not sure about other browsers, so you'll need to switch to CSS3 animations for example.
To add to pritaeas suggestion, use CSS3 for the blink animation, and then maybe use a fallback to jQuery/JavaScript. Here is an example for doing it with jQuery http://jsfiddle.net/Sk8erPeter/Yca4Z/
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.