Dear All,
I have put marquee on my website,my question is that whenever i move my pointer ( curser) on it than the text should stop so that i can read it. so please help to do it
Dear All,
I have put marquee on my website,my question is that whenever i move my pointer ( curser) on it than the text should stop so that i can read it. so please help to do it
to make the text stop scrolling
when you place the mouse over it
right click on the marquee box and select
"HTML"
click on "INSIDE TAG"
and place this code...
<marquee scrollamount=3 onmouseover="this.stop()"
onmouseout="this.start()">bla bla bla</marquee>
your text should now stop on mouseover
thanx alot, you blue voda wonderful team
i proud of being the member of bluevoda
There are currently 1 users browsing this thread. (0 members and 1 guests)