mo_ib_bmw Posted December 4, 2009 Report Share Posted December 4, 2009 hii,i have easy problem with<marquee>aaa</marquee>i want when i move mouse over it i want the "aaa" stop... Link to comment Share on other sites More sharing options...
thescientist Posted December 4, 2009 Report Share Posted December 4, 2009 well, i think marquee has been depricated. So you want it to stop "marqueeing" when you hover over it? Link to comment Share on other sites More sharing options...
mo_ib_bmw Posted December 4, 2009 Author Report Share Posted December 4, 2009 yes please, Link to comment Share on other sites More sharing options...
jlhaslip Posted December 5, 2009 Report Share Posted December 5, 2009 javascript can do this.I would suggest looking at dynamicdrive.com for a javascript 'marque' script and they likely have one that stops on-hover. Link to comment Share on other sites More sharing options...
mo_ib_bmw Posted December 5, 2009 Author Report Share Posted December 5, 2009 no found result,but i found this code in source of some web sit.. <marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);" class="newsticker" behavior="scroll" direction="right" width="100%"> Link to comment Share on other sites More sharing options...
thescientist Posted December 5, 2009 Report Share Posted December 5, 2009 (edited) did you try looking under text effects or scroller effects?http://www.dynamicdrive.com/dynamicindex10/index.htmlhttp://www.dynamicdrive.com/dynamicindex2/ Edited December 5, 2009 by thescientist Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now