I have used the code below to use different styleseets for NN and IE
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="wltdie.css" />
<![endif]-->
<!--[if IE 5]>
<link rel="stylesheet" type="text/css" href="wltdie.css" />
<![endif]-->
<![if ! gte IE 5]>
<style type="text/css">
<!--
@import url("wltdnn.css");
-->
</style>
<![endif]>
I also need to create a separate stylesheet for IE on the Mac.
Does anybody know how I do this?
Thanks








Bookmarks