need a good pop up / pop under script

Discussion in 'JavaScript' started by ppcwiz, Sep 13, 2006.

  1. #1
    anybody have a good java pop up and/or pop under script? gotta function in firefox, ie, etc....and get by most blockers.

    thanks in advance!
     
    ppcwiz, Sep 13, 2006 IP
  2. surefire

    surefire Guest

    Messages:
    40
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want to search for 'hover pop'. These techniques involve changing the visibility of a div in your html from invisible to visible. (Ex :http://www.vevs.com/hoverpop/)

    You could also try a traditional popup that's triggered by mouseover attached to the body of your document. 99% of the time this trigger will be almost instantaneous.
     
    surefire, Sep 13, 2006 IP