Announcement

Collapse
No announcement yet.

marquee question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • marquee question

    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

  • #2
    Re: marquee question

    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

    Comment


    • #3
      Re: marquee question

      thanx alot, you blue voda wonderful team
      i proud of being the member of bluevoda

      Comment

      Working...
      X