johnnyblotter
19th December 06, 05:50 PM
Hey people. I have an issue with my site that's been bugging me for a few days. There is a very small spacer under at the bottom of the page, probably 5px, that I can't seem to remove in IE. I've set the margin and padding to 0 on the wrap, the body, the footer...everything I could think of, zero's down the line in an effort to remove this stupid margin, but it won't leave. Any ideas? Could it have something to do with line-height? Font-size? Any help is greatly appreciated. Here's the site (http://www.jontakiff.com), and here's some of the css...
#everything{margin:0px auto;background-color:#fcfcfa;}
body{padding:0px;margin:0px;text-align:center;font-family:georgia,geneva,sans-serif;font-size:80%;line-height:1.5;}
#wrap{width:79%;margin:0px auto;text-align:left;border:1px solid black;}
#footer{margin:0px;padding:0px;background-color:white;border-top:1px solid black;clear:both;}
#everything{margin:0px auto;background-color:#fcfcfa;}
body{padding:0px;margin:0px;text-align:center;font-family:georgia,geneva,sans-serif;font-size:80%;line-height:1.5;}
#wrap{width:79%;margin:0px auto;text-align:left;border:1px solid black;}
#footer{margin:0px;padding:0px;background-color:white;border-top:1px solid black;clear:both;}