You are not logged in.

#1 2010-02-11 10:42:50

jemswillam
Member
Registered: 2010-02-05
Posts: 3

HTML Marquee problem !!

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

#2 2010-02-11 12:46:18

Trent
Member
From: Baltimore, MD (US)
Registered: 2009-04-16
Posts: 990

Re: HTML Marquee problem !!

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

#3 2010-02-11 12:54:34

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: HTML Marquee problem !!

Don't use <marquee>.

It is that simple.

Offline

#4 2010-02-11 13:17:34

danielrmt
Member
Registered: 2009-12-03
Posts: 34

Re: HTML Marquee problem !!

Peasantoid wrote:

Don't use <marquee>.

It is that simple.

+1

it is distractive, annoying, and ugly.

Offline

#5 2010-02-11 14:00:40

SemiBz
Member
From: Riga, Latvia
Registered: 2010-01-30
Posts: 80

Re: HTML Marquee problem !!

Stopping & Starting HTML Marquees

Last edited by SemiBz (2010-02-11 14:01:43)

Offline

Board footer

Powered by FluxBB