Results 1 to 9 of 9
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default Start Marquee on MouseOver?

    Well I know you can stop Marquee on MouseOver, but how can you start it on mouseover?
    Thanks :p

  2. #2
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    Um,. I dont know if you can..

    But you could do something like an iframe onmouseover it loads the marquee page?
    Coming and going...
    Highers are getting the better of me

  3. #3
    Join Date
    Jan 2008
    Posts
    534
    Tokens
    0

    Default

    It'll be the same as turn off, in Javascript, but turn on? XD

  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    I could use javascript to replace the div with the marquee version, and then on mouse off it changes it back to normal?

  5. #5
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    Yeh but it starts on

    But then you could use the onload i suppose
    Chippiewill.


  6. #6
    RedCrisps Guest

    Default

    how about when its clicked?

  7. #7
    Join Date
    Jul 2007
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default

    Basically you could have a div with display: none; which contains the marquee code, and on hover it changes to display: block; thus displaying the marquee

  8. #8
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    couldn't you do an on mouse over:

    document.write("<marquee>Marquee contents here</marquee>);

    Chippiewill.


  9. #9
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    or you could change the innerHTML of the div onmouseover?
    Coming and going...
    Highers are getting the better of me

Posting Permissions

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