This is frustrating me to no end...
Here is the code I have in my page:
Basically, all browsers are supposed to load layout.css and topnav.css. IE6 and below is supposed to ie6_layout.css. Its basically the same CSS sheet except I made modifications to about 3 different styles.Code:<link rel="stylesheet" type="text/css" href="css/layout.css" media="all"> <link rel="stylesheet" type="text/css" href="css/topnav.css" media="all"> <!--[if lt IE 7]> <link rel="stylesheet" href="css/ie6_layout.css" type="text/css" /> <![endif]-->
I upload my files and run IE6. For some reason it keeps loading the IE7 style sheet.
The ie_layout.css has the same style names as layout.css just different attributes. anyone have any idea what i can do to get this thing to load properly?
The site looks bad in IE6







Bookmarks