Pure CSS Popups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tmckee
    New Member
    • Mar 2007
    • 2

    Pure CSS Popups

    I need help with http://www.affluentusa .com/indux1.php. This is going to be a 300+ page site so I created a header.html and footer.html. I'd like to use my css to do this: When someone hovers over the webmaster link in the footer, I'd like my picture to pop up and be a link to a contact page. The contact page link works.

    Can anyone tell me how to make this single like popup a picture? I've read a lot of the discussions here but they seem to be over my head a bit.

    Thanks.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    The only way to do this with css is to use the hover pseudo-class. With this you can make a hidden div element become visible using the visibility property of css.

    This is worth looking into.

    Otherwise, there are javascript solutions to doing this but you'd need to ask in the javascript board about those.

    Google will be your friend here, too.

    Comment

    Working...