Results 1 to 3 of 3

Thread: Extra Space at bottom of page with css image gallery

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

    Default Extra Space at bottom of page with css image gallery

    I have been working with the css image gallery code and have put it on a site. All looks great except for the extra space at the bottom of my page. I can't find any code in html or css to account for it, but I think it may have to do with the position: relative; or absolute, but I have played with that too...

    Any and all help would be appreciated. page address is:

    http://www.topekametal.com/equipment.html

    Thank you,
    codertim
    <><

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

    Default

    Hello
    in the css
    Code:
    .thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: 10px;
    top: 100px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    the top is missing just add it.

  3. #3
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I am not worthy! ... I was using this same image gallery code as original poster, and ran into this on google search for mystery space at the bottom of the page with CSS.

    I added "top: 100px;" as stipulated by DragoGT... And it worked. The problem is gone.

    Why did it work? ... but, of course, thanks anyway

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
  •