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. Link to comment https://forums.phpfreaks.com/topic/160307-solved-different-css-file-for-ie-than-ff/ 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]--> Link to comment https://forums.phpfreaks.com/topic/160307-solved-different-css-file-for-ie-than-ff/#findComment-845990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.