css - IE6/7 bug: there are empty space without any logical reason -



css - IE6/7 bug: there are empty space without any logical reason -

this unusual (well, many ie bugs lol). page here. fine modern browsers, there empty space between footer , bottom of page on ie6 , ie7. can't imagine reason. using ie7.js hack, doesn't help here.

the screenshots: ie6 , ie7.

css footer:

#footer { background: url("images/footer_bg.png") repeat scroll 0 0 transparent; clear: both; color: #ffffff; float: left; font-family: 'special elite',arial,serif; font-size: 13px; line-height: 85px; margin-top: 90px; min-height: 85px; text-align: center; width: 100%; }

any suggestions appreciated!

remove float:left footer,

then makes other browsers "collapse" top margin of #footer, if add together overflow: hidden #wrapper should create them even..

re:bug : widths ie6/7 triggering haslayout , instead of avoiding that, overflow on wrapper makes same

at to the lowest degree hope ;)

css internet-explorer-7 internet-explorer-6

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -