Can't figure out my problem in IE

Discussion in 'CSS' started by dill, Oct 13, 2006.

  1. #1
    I have my site looking the way I want in Firefox, but in IE the main content badly overlaps the navigation bar. Can someone help me find the problem please? ... http://how-toy.com
     
    dill, Oct 13, 2006 IP
  2. Garve

    Garve Peon

    Messages:
    62
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi Dill

    I think the left position and negative left margin of the Container div is overcomplicating things - try the following and tweak from there.

    #container {
    width: 760px;
    margin-top: 10px;
    padding: 0;
    }
     
    Garve, Oct 14, 2006 IP