daveoffy Posted May 30, 2009 Share Posted May 30, 2009 I have style.css for my website. It looks great in firefox, opera, and safari. I was wondering how I can make a separate css, named ie.css and make it read from that instead. Quote Link to comment Share on other sites More sharing options...
mimintweak Posted May 30, 2009 Share Posted May 30, 2009 Try the following code in the head section of your page & write css to suit <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" media="screen, print" href="style/ie6.css" /> <![endif]--> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.