You are not logged in.
Pages: 1
Hello Everyone,
I make marquee images in my site and give link to them.
But my problem is that whenever mouseover it is not stop but it still rotate.
I want code that stop image when mouse pointer is on a image.
Thanks in advance.
Offline
There is no way to make a marquee in standards-compliant HTML. I hope you are using Javascript, in which case you can probably define your own mouseover behavior without too much difficulty.
If you're using the <marquee> element, my only advice to you is: don't. It's a non-standard, poorly supported holdover from the Browser Wars, and it's nearly as hated as Netscape's notorious <blink>. You should use modern HTML and CSS (and Javascript when necessary).
Offline
Don't use <marquee>.
It is that simple.
Offline
Don't use <marquee>.
It is that simple.
+1
it is distractive, annoying, and ugly.
Offline
Stopping & Starting HTML Marquees
Last edited by SemiBz (2010-02-11 14:01:43)
Offline
Pages: 1