If you want to go the IE 6/7 stylesheet way add this code to your page headers:
<!--[if lte IE 7]>
// add your link that points to the IE6 style sheet
<![endif]-->
This means if less than or equal to IE 7 then do this. These comments are only read by IE browsers.
If you can resolve the issue without using this it would be better though.
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 169