Forum Moderators: not2easy
<head>
<link rel="stylesheet" href="screen.css" type="text/css" media="screen" />
<!--[if IE 6]>
<style type="text/css">
#mainmenu {
background-color:#f8f8f8;
margin-left:10px;
border:1px solid #505050;
float:left;
margin-bottom:10px;
}
</style>
<![endif]-->
</head>
I've tried to add the tweak to a separate ie6 stylesheet and reference it as below, but it doesn't work?
<head>
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<!--[if lt IE 6]><link rel="stylesheet" type="text/css" media="screen" href="ie6.css" /><![endif]-->
</head>
My doctype is XHTML 1.1
Can anyone tell me where I'm going wrong?
Thanks,
Duncan