jQuery .css() behaves differently in FF and IE
        Posted  
        
            by Misha Moroshko
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Misha Moroshko
        
        
        
        Published on 2010-05-30T14:31:00Z
        Indexed on 
            2010/05/30
            14:32 UTC
        
        
        Read the original article
        Hit count: 236
        
When there is no border, why IE returns medium while FF returns 0px on the following query ?
.css("border-left-width")
I checked this in FF 3.6.3 and IE 6/7.
© Stack Overflow or respective owner