site not appearing correctly in IE6

Discussion in 'HTML & Website Design' started by madscout2000, Mar 25, 2007.

  1. #1
    It loads correctly in all other major browsers I have tested, but in IE6 the right content column is being placed below the end of the left navigation column, leaving a big empty white space before the content. :( I discovered that I was missing a closing div tag for the div id="content". Even after I fixed this, I still see the same error. Is this a css problem?

    Any help is greatly appreciated!

    example page: http://www.snarescience.com/donate.html
    css file:http://www.snarescience.com/style/style104_left.css

    Thanks,
    Ryan
     
    madscout2000, Mar 25, 2007 IP
  2. Rickzkm

    Rickzkm Peon

    Messages:
    29
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Search for #column2 in your CSS and replace the width value to 465px

    #column2
    { text-align: justify;
    padding: 0px 22px 15px 0px;
    width: 465px;
    float: right;
    }

    Its caused because your left column is wider then it should be and right column is shifted underneath.
     
    Rickzkm, Mar 25, 2007 IP
  3. madscout2000

    madscout2000 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This worked!!! Thank you so much for saving me hours and hours of headaches! :D
     
    madscout2000, Mar 25, 2007 IP