CSS sticky footer makes scroll bar unscrollable in IE 8
        Posted  
        
            by 
                maraujop
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by maraujop
        
        
        
        Published on 2011-01-16T22:47:47Z
        Indexed on 
            2011/01/16
            22:53 UTC
        
        
        Read the original article
        Hit count: 266
        
I'm using this sticky footer in my website: http://www.cssstickyfooter.com/using-sticky-footer-code.html
It is fully working in Firefox, Chrome, IE7, but not IE8. In IE8 the scrollbar appears but doesn't work, and I don't have any other way to move down. I'm using the conditional statement that appears in the web:
<!--[if !IE 7]>
    <style type="text/css">
        #wrap {display:table;height:100%}
    </style>
<![endif]-->
Sorry, but I can't post an address, I don't have a server online right now with the web.
© Stack Overflow or respective owner