chnage marquee direction on mouse over [duplicate]
问题 This question already has answers here : why marquee tag not working in google chrome.? (6 answers) Closed 5 years ago . this is the code I have: <a href="#" onMouseOver="document.getElementById('image_runner').direction='left';">LEFT</a> - <a href="#" onMouseOver="document.getElementById('image_runner').direction='right';">RIGHT</a> <marquee direction="left" style="width: 900px; margin: auto;" id="image_runner" onMouseOver="document.getElementById('image_runner').stop();" onMouseOut=