View Single Post
Old 01-16-2013, 05:33 PM   PM User | #3
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello charlyanderson,
You don't need to include any code, we can get it all from the link.

I'm not sure what you want to do though, a better explanation might help.

The first thing I noticed was #wrapper doesn't scroll up far enough to see the contact information at the bottom. Add these bits highlighted in red and see how that works for you -
Code:
#wrapper {
    background-repeat: repeat;
    border: thin none #000000;
    margin: 0 auto 50px;
    min-height: 800px;
    width: 1024px;
    overflow: auto;
}
See here to learn how overflow: auto; clears your floats.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote