Issue with footer in IE8

Posted by Blaze on Stack Overflow See other posts from Stack Overflow or by Blaze
Published on 2009-10-16T07:45:49Z Indexed on 2010/03/30 0:03 UTC
Read the original article Hit count: 398

Filed under:
|
|
|

i have an issue with my footer in IE8 only. The footer itself detaches from the rest of the page almost as if there was a line break. I used this condition statement to fix it but i got nothing

<!--[if !IE 8]>
<style type="text/css" media="screen">
#BTM {margin-top: -10px;}
<![endif]-->

How do i target IE8 only? any suggestions?

© Stack Overflow or respective owner

Related posts about css

Related posts about html