ab123
07-10-2005, 01:43 PM
how do ye get the marquee to scroll and when mouse move over it it stops scolling...
|
||||
<marquee>ab123 07-10-2005, 01:43 PM how do ye get the marquee to scroll and when mouse move over it it stops scolling... coothead 07-10-2005, 02:05 PM Hi there ab123, try this... <marquee onmouseover="this.stop()" onmouseout="this.start()"> mouseover to stop.....mouseout to start.....does not work in Opera though </marquee> coothead ab123 07-10-2005, 02:27 PM Thats CSS tho aint it ive dont my site in html and javascript..ill try it thanks,, SlicedCheese 07-10-2005, 02:54 PM My brother used this today: <marquee onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=5"> TEXT </marquee> This will make it stop when you go over it, changing the numbers can make it so it slows down when you go over it, experiment. mark87 07-10-2005, 03:05 PM No that's not CSS... :rolleyes: :p gsnedders 07-10-2005, 03:52 PM There's both Javascirpt... Also, read part 3 of the posting guidelines. I really shouldn't go out to buy a birthday present for my mum in the middle of writing a reply |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum