I just created this website not too long ago but i am having problem with the site's top menu showing in Internet Explorer here is url for site http://www.desirulez.in/ the top menu is shown in Fire Fox but not in Internet Explorer what do i do to fix this please let me know thank you
Hi, The problem you are having is that in your style.css file you have used a negative (-25) to position your menu, which is fine in FireFox because you are telling firefox the menu is negative 25 from your logo. In IE you are telling IE that the menu is -25 from the top of the page showing the menu 25 above the top of the page where it can not be seen. You need to make sure you have the menu and logo in your header div in your script this should solve the problem.
Make a new style.css that works well in IE, then use this code in your index: <!--[if IE 7]> <link rel="stylesheet" href="ie7.css" type="text/css" /> <![endif]--> HTML: Works great for me.