Quote:
Originally Posted by JSWolf
I don't know if newer versions of ADE (past 2.x) will choke or not. We do know ADE ignores the entire CSS if there is an error and if ADE thinks this is an error, then the entire CSS will be ignored.
|
ADE handles those rules just fine (by which I mean that it ignores them without keeling over).
The only standard-ish rule that I've seen ADE barf on is a workaround for opacity problems in older versions of the IE rendering engine:
Code:
filter:alpha(opacity=0);