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,
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,
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.