We recently replaced a flash navigation with a html/css one but it doesnt work in any of the IE version. I need someone to fix the CSS (you can not change the html) so that it displays correctly in IE Website: http://www.copperform.com/ If you go to the CSS file the nav CSS is at the very bottom separated by a comment from the top Please pm me about this
First looking at it... I'm not 100% positive about this but remove the > Like #nav > li > ul > li{ will become #nav li ul li { I have never seen > used during that time of listing in a CSS file. - V
Virtualise That does make the menu appear horizontally but it breaks the drop down across all browsers Thanks for the help though
Specify a file for IE. So on your html file... Copy your current stylesheet and name it style2.css <!--[if IE]> <link href="style2.css" rel="stylesheet" type="text/css" /> <![endif]--> Or where ever you put the stylesheet.
Virtualise - Removing the the > doesnt create a drop down in IE it only makes the navigation horizontal rather than vertical so this does not solve the issue Thanks or the help though