kdigital Posted November 11, 2012 Share Posted November 11, 2012 Guys is there some trick to doing this? My stylesheet will not load. The path is correct, it's the same path as my regular stylesheet. I'm using HTML 5 if that means anything. <link href="css/smokey_styles.css" rel="stylesheet" type="text/css" /> <!--[if gt IE 5.5]> you're using Internet explorer <link href="css/smokey_styles_IE.css" rel="stylesheet" type="text/css" /> <![endif]--> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> Link to comment https://forums.phpfreaks.com/topic/270573-ie-only-stylesheet-problem/ Share on other sites More sharing options...
Pikachu2000 Posted November 12, 2012 Share Posted November 12, 2012 Try it with the full URI, such as href="http://www.domain.com/style.css" Link to comment https://forums.phpfreaks.com/topic/270573-ie-only-stylesheet-problem/#findComment-1391777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.