I am coded a template for my hosting site and i have issues with menu bar. The template works with Mozilla Firefox, Google Chrome, Safari, Opera etc but does not work with Internet Explorer, the issue is menu bar comes right site of the template. Site URL: www.ultratechhost.com Open the above link with Firefox and Internet explorer you can see the issue. Regards
change this css code .header .nav-bar{ position:absolute; width:955px; background:url(../images/nav_bar_bg.jpg) repeat-x; float: right; } Code (markup): to .header .nav-bar{ width:955px; background:url(../images/nav_bar_bg.jpg) repeat-x; float: left; } Code (markup): located in "/include_menu/topics/all4421092-en.css" line:217 note :don't use tables ,use div
please follow as bhutthecoder suggested. Strange! IE 7 (IETester) on WinXP had no difference. Howver IE7 (IETester) on Win 7 shows the difference.