Webpage Problem in IE

Discussion in 'HTML & Website Design' started by hash4272, May 4, 2009.

  1. #1
    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
     
    hash4272, May 4, 2009 IP
  2. Orionburst

    Orionburst Peon

    Messages:
    13
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Orionburst, May 4, 2009 IP
  3. Immaboy

    Immaboy Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    Immaboy, May 6, 2009 IP