I want to create a Marquee that scrolls some news articles but when the user hovers over it I need it to pause and when the user hovers out of it (onMouseOut) I need to ti s
You can simply use the HTML marquee markup with
onmouseover="stop()"
followed by
onmouseout="start()"