Forum Moderators: not2easy

Message Too Old, No Replies

Problem with my wrapper

         

bellyboy22

2:40 am on Jul 26, 2008 (gmt 0)

10+ Year Member



Im having trouble in IE 6 with my wrapper div. I have everything perfect in Ie7 and Firefox but seem on Ie 6 I get extra space at the bottom of the page.

Here is the link : chubb.gregkilian.com

here is the css code

#wrapper {
background-color: #FFFFFF;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
width: 801px;

thanks

bellyboy22

2:41 am on Jul 26, 2008 (gmt 0)

10+ Year Member



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

here the doctype sorry

Marshall

2:58 am on Jul 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



bellyboy22, welcome to WebmasterWorld.

First, it would be simpler if you just do

#wrapper {
width: 801px;
height: 100%;
margin: 0 auto;
background-color: #FFF;
}

Also, I assume the closing } missing from your css above is merely a copy/past error. If not, that may be your problem.

Marshall

bellyboy22

4:48 pm on Jul 26, 2008 (gmt 0)

10+ Year Member



Hello Marshall thanks for the welcome! I tried the code you gave me and I was unsuccessful though. For some reason the bottom seems to keep come up