CSS quick hack for IE
This one is “for the records” and not anything I endorse any longer: if you are trying to quickly style something for IE only you can do:#property: value; for all IE _property: value; for all IE except IE 7.The above will address IE but are invisible to other, standard web browsers, such as Safari, Firefox etc. [...]

1 comment