Results 1 to 3 of 3

Thread: marquee question
      
   

  1. #1
    ifti75 is offline Staff Sergeant
    Join Date
    Sep 2007
    Posts
    45

    Arrow 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. #2
    aussiebaz is offline First Lieutenant
    Join Date
    Jan 2007
    Location
    Newcastle , Australia
    Posts
    178

    Default 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

  3. #3
    ifti75 is offline Staff Sergeant
    Join Date
    Sep 2007
    Posts
    45

    Default Re: marquee question

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49