IE Menu bar Issues

Discussion in 'CSS' started by Warez Dominator, Sep 15, 2010.

  1. #1
    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
     
    Warez Dominator, Sep 15, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    What's the issue? Seems okay in (IE 7/8 and FF)
     
    radiant_luv, Sep 15, 2010 IP
  3. Warez Dominator

    Warez Dominator Member

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Warez Dominator, Sep 15, 2010 IP
  4. bhuthecoder

    bhuthecoder Member

    Messages:
    245
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    43
    #4
    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
     
    bhuthecoder, Sep 15, 2010 IP
  5. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #5
    please follow as bhutthecoder suggested.

    Strange! IE 7 (IETester) on WinXP had no difference. Howver IE7 (IETester) on Win 7 shows the difference.
     
    Last edited: Sep 15, 2010
    radiant_luv, Sep 15, 2010 IP
  6. Warez Dominator

    Warez Dominator Member

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #6
    @ bhuthecoder & @ radiant_luv: Thanks for your help and its fixed now.
     
    Warez Dominator, Sep 15, 2010 IP