The position of my menu looks different in ie6 when compared to Firefox. I am trying to add a seperate CSS so ie6 will only read mainie6.css and not mainfirefox.css.
I found some tips on the url below but I cannot get it to work:
http://www.thesitewizard.com/css/excludecss.shtml
I tried this which is supposed to exclude the css file in the href from being used in ie6:
<![if !IE 6]>
<link rel="stylesheet" type="text/css" href="mainfirefox.css" />
<![endif]>
When I viewed my site in ie6 that CSS was still being read..
I want to make my site look the same in all browsers and I think I need a CSS for every browser specific to its needs?
Any ideas how I can get this going!?





Bookmarks