Category: HTML
view more software Tips and Tricks
Updated: 08/10/2013 05:08 AM
Author: Shiju Mathews Status: Resolved. |
Usually marquee contents scrolls continually and it reduces the readability due the movement of the contents. But it is possible to add events handlers to marquee elements. The common events are 'onmousedown' and 'onmouseup'. Other common marquee events are 'onmouseover' and 'onmouseout'. 'onmousedown' and 'onmouseup' event sample code 'onmouseover' and 'onmouseout' event sample code |