1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Real Estate template no22 IE7 Problem

Discussion in 'Web Design' started by phil99, Feb 3, 2008.

  1. phil99

    phil99 New Member

    When veiwed in ie7 the vertical nav menu is out of bonk in IE7.

    Is there a fix for this? ie a ie css or something?

    Thanks

    Phil
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    in the css replace with this code:
    #nav {
    position: absolute;
    top: 32px;
    left: 326px;
    margin: 0;
    padding: 0;
    width: 162px;
    }
    * html #nav {
    left: 323px;
    left: 326px;
    }

    in the index replace with this code:
    <ul id="nav">
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_1.gif" width="162" height="22" alt="menu 1" /></a>
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_2.gif" width="162" height="22" alt="menu 2" /></a>
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_3.gif" width="162" height="22" alt="menu 2" /></a>
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_4.gif" width="162" height="22" alt="menu 2" /></a>
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_5.gif" width="162" height="22" alt="menu 2" /></a>
    <a href="http://www.freewebsitetemplates.com"><img src="images/menu_6.gif" width="162" height="22" alt="menu 2" /></a>
    </ul>
     
  3. phil99

    phil99 New Member

    Many thanks for your help, with your help i have fixed this.

    In the css I think you are wrong on the top position as I have this as 45px

    But the thing that fixed the menu was removing the <li></li> tags before and after the links. This should be changed in the download for anyone else this is how you fix it!

    Thanks

    Phil
     
  4. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Your right it is 45, I was trying something out to change the file. Oh could I have missed that.
    Thanks.