Log in

View Full Version : help! problem with gap in ie



tetrix
12-07-2007, 01:54 PM
i have a problem with a gap in ie, everything looks fine in other browers but not in ie, the white box wich is the banner has some sort of margin bottom on ie and the footer a kind of margin top, this happened when i add an innertube to the main container to specify a general margin of 20px around the content, help!

resuming : content looks fine under FF, not good under ie, help!:eek: help!

http://katastar.free.fr/

boogyman
12-07-2007, 04:16 PM
this is probably due to some margin / padding rendering difference. reset the margins and padding to default on the element in question then assign them appropriately



element {
margin: 0;
padding: 0;
}


then play with those to make it appear how it should in IE