yeah, it should work.. but it doesn't
sorry, site isn't up yet. it's a dreamweaver thing with templates so there are editable regions dotted around, but if i do view source, the whole head of the page is just this:
Code:
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>test page</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if IE]>
hullo.
<link rel="stylesheet" type="text/css" href="../iehacks.css" />
<![endif]-->
<script type="text/javascript" src="drop_down.js"></script>
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
the "hullo." appears in ie and firefox, but the iehacks stylesheet gets applied to niether.