To target elements only in IE browsers i\'ll use
IE6:
* html #nav li ul { left: -39px !important; border: 1px solid red; }
\9 doesn’t work with font-family, instead you’d need to use “\0/ !important” as Chris mentioned above, for example:
p { font-family: Arial \0/ !important; }