SyntaxFix
Write A Post
Hire A Developer
Questions
Use conditional comments in HTML, like this:
<!--[if IE 8]> <style>...</style> <![endif]-->
See here: http://www.quirksmode.org/css/condcom.html
You can test for IE versions reliably and also be sure other browsers won't be confused.