bottom margin in IE
-
I’m trying to add a bottom margin to my footer but it doesn’t work in IE, working in FF and Opera.
I’ve this
#container
{
width: 700px;
margin: 0 auto 0 auto;
background: url(images/bg.gif) repeat-y;
margin-bottom: 20px;
}but in IE, there isn’t a bottom margin, is there anything wrong with my code?
Thanks ??
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘bottom margin in IE’ is closed to new replies.