Hello readers,
As you marquee can create a scrolling preview. But when we need to make some operation like mouse over ,mouse out etc. Stop & play of marque like below:-
<marquee onmouseover="this.setAttribute('scrollamount',0,0);" onmouseout="this.setAttribute('scrollamount',6,0);">
<a style="color: #FF0000" href="#" title="Notice">New notice for Marquee readers</a>
</marquee>
This above code will help you for stop and play on mouse over and mouse out respectively.
Hope it will help you.
Thankx
As you marquee can create a scrolling preview. But when we need to make some operation like mouse over ,mouse out etc. Stop & play of marque like below:-
<marquee onmouseover="this.setAttribute('scrollamount',0,0);" onmouseout="this.setAttribute('scrollamount',6,0);">
<a style="color: #FF0000" href="#" title="Notice">New notice for Marquee readers</a>
</marquee>
This above code will help you for stop and play on mouse over and mouse out respectively.
Hope it will help you.
Thankx
No comments:
Post a Comment