Hi,

I want to know that how a moving link can be stopped whn the mouse over event occur.I want to perform it in dreamweaver.

Waiting for ur urgent reply.

Regards,

Recommended Answers

All 5 Replies

Member Avatar for GreenDay2001

Like thi

<marquee onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=10"><a href="#">Hello World</a></marquee>

Marquee is a nonstandard IE extension that doesn't work in other browsers. It is deprecated.

Marquee is a nonstandard IE extension that doesn't work in other browsers. It is deprecated.

then wht to use instead marque??

Like thi

<marquee onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=10"><a href="#">Hello World</a></marquee>

Thankx for ur guidence.its resolved

then wht to use instead marque??

There is no standard html for that. You have to use a script.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.