Question : If IE6 use another .css file.

Hello,

I have built a site that takes advantage of the current WC3 standards, but the site also has to be viewed in IE6.

Is there a way to have the site check which browser is used and then use another .css file?

Thanks.

Answer : If IE6 use another .css file.

This goes in your head:

<!--[if IE 6]>
<link rel="stylesheet" href="ie6.css" media="screen" type="text/css" />
<![endif]-->


Resource:
http://css-tricks.com/how-to-create-an-ie-only-stylesheet/
Random Solutions  
 
programming4us programming4us