Results 1 to 5 of 5

Thread: Popup photos stay at top when I scroll down page

  1. #1
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Popup photos stay at top when I scroll down page

    Hi all:
    I am new to the DD CSS Image Gallery. I have uploaded the CSS and created a web page for a new client. I love the effect but have one problem. As I scroll down the page, hovering over the thumbnails, the enlarged images stay at the top and are hidden from view. Is there some way I can make the enlarged images popup further down on the page (vertically) as I scroll? You can see the effect on my testing site:
    http://holeinthedonut.com/Scott/cabinetry.html

    I appreciate any help you can lend.
    Barbara

  2. #2
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Anybody?

    I notice I'm not getting many views, yet others who have posted after me have had lots. Have I perhaps posted this question in the wrong part of the forum? Please, any help would be most appreciated. Thanks so much.

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    you could use a fixed position for the container <span>

    Like so...

    Code:
    .thumbnail span {
    background-color:white;
    border:1px dashed gray;
    color:black;
    left:10px;
    padding:5px;
    position:fixed;
    text-align:center;
    text-decoration:none;
    top:10px;
    visibility:hidden;
    }
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  4. #4
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Many, many thanks

    The fixed position cured the problem. Thank you SO much! I'm just learning and need all the help I can get.

  5. #5
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    you're very welcome.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

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
  •