Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

i just to write the code in notepad

<img src="smiley.gif" alt="Smiley face" height="42" width="42">


and save in .html but, want the image is blink, but i dont no how?
please help me
Posted

 
Share this answer
 
v2
Comments
rajan_gupta 10-Aug-13 0:37am    
ankit i saw this code but i did not anderstand, how its work
Dholakiya Ankit 10-Aug-13 1:39am    
give me code which you have tried
Sergey Alexandrovich Kryukov 10-Aug-13 1:28am    
Best way so far, a 5.
—SA
Dholakiya Ankit 10-Aug-13 1:38am    
thanks sergey : )
Anoop Kr Sharma 10-Aug-13 3:24am    
+5 from me.Make it blinking using CSS animation.
make your image as gif file by givinge effect of blinking by using flash or imageready
 
Share this answer
 
Comments
rajan_gupta 10-Aug-13 0:35am    
But how?
There is so many ways.
Here My way is
CSS
.fadein, .fadeout .fadein, .fadeout ......

$("#someElement").fadeIn(100).fadeOut(100).fadeIn(100).fadeOut(100);

for blinking image
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900