Here's an example for Internet Explorer 6 but you could use the same technique for other conditional comments.
Create a stylesheet called IE6 but don't link it to any templates. Then put in all those little tweaks that you want, now insert the below code just above the closing head tag into your template(s):
Code: Select all
<!--[if IE 6]>
{stylesheet name='IE6'}
<![endif]-->
Bob