CSS filter for IE6 standard mode and quirk mode?

Posted by jackysee on Stack Overflow See other posts from Stack Overflow or by jackysee
Published on 2010-05-19T07:39:59Z Indexed on 2010/05/19 9:30 UTC
Read the original article Hit count: 235

Filed under:
|
|
|
|

Is there any CSS filter can be applied to detect IE6's standard mode and quirk mode?

The story is that a jQuery script is using $.support.boxModel to handle different rendering mode. But the CSS use the *width hack to define the dimension. But this hack can only filter whether the browser is IE but not the real rendering mode IE is on.

© Stack Overflow or respective owner

Related posts about ie6

Related posts about browser