Ah ha... Thanks. I just use a conditional comment to call alternate style sheets:
Code:
<!--[if IE]>
<link href="ie.css" rel="stylesheet" type="text/css"/>
<![endif]-->
Seems to take the guesswork out of knowing which browser will read it and which won't, without the online references.
How many people are using the older browsers really is the question. I code for IE6, 7, FF, Safari and Opera and call it a day.