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: 205

Filed under:
|

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.

Example here

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css