Jump to content

Blank space to bottom and right of my DIV


twebman84

Recommended Posts

The URL is http://imabuy.com

 

I'm using a centered DIV to contain the content, and all of it is nicely within that DIV. But there's a scroll bar at the bottom of the browser and the site also scrolls vertically, because of unwanted space to the bottom and right of my content. I've looked at this for a long time, but can't figure out what I'm missing.

 

Any help appreciated.

 

Container is the DIV that holds it all:

 

#Container {
    width: 900px;
    margin: auto;
    align: center;
}

 

Wrapper is inside that:

 

#Wrapper {
    clear: both;
    width: 980px;
    padding: 20px 0 0 0;
    margin: 0;
}

 

Here's the DIV where I have the background image of the drive-in movie:

 

#home-drive-in {
    
}

 

The logo and the text links are all separate items setting on top of the background, for example:

 

    
#imabuy-logo {
    position: relative;
    left: 10px;
    top:  -560px;
    z-index: 101;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.