I am looking for a way to write IE 7.0 specific CSS tags.
I have some tags in my CSS file that are redefined specifically for IE 6.0 using the following syntax:
* html #mainmenu { padding-top: 32px;}
The problem is, several of these CSS issues have been resolved in IE 7.0 (as well as there being new CSS issues) so I'd like an IE 7.0 equivalent of the * html syntax in order to overwrite this tag for IE 7.0.
Any ideas would be very much appreciated.
Thanks.



Reply With Quote


Bookmarks