Results 1 to 3 of 3

Thread: CSS Popup Image Viewer and Safari

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Popup Image Viewer and Safari

    1) Script Title: CSS Popup Image Viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...-image-viewer/

    3) Describe problem: In Safari, some hover images appear cut off, don't disappear after hovering away or display various randomness. It seems it's a Z-INDEX issue but playing with that property produces no differences.

    Here's link to my page:
    http://www.handblownlighting.com/Mer...=1&Action=ADPR

  2. #2
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I noticed that too. The problem is solved by doing the following (I put the directions in a comment):

    .thumbnail{
    position: relative; /* remove this line to make popup work properly on Safari*/
    z-index: 0;
    }

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That will definitely screw up the way they look in almost any other browser. In Safari 3 for windows, I see no such problem. Are you using Safari 3 for Mac or an earlier version? Does the demo page on DD have this problem in your version of Safari?

    In any case, the demo on DD, as well as the link to Hand Blown Lighting works fine in Safari 3 Win.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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