i am creating website in that site i have to run news alert through javascript through event mouseover and mouseout plz help me how to perform that task in javascript?

Recommended Answers

All 2 Replies

what exactly is the problem???
Do you mean scrolling news and onMouseOver stop the scrolling and onMouseOut start scrolling.

<marquee onMouseOver="this.stop();" onMouseOut="this.start();">
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.