treehouse : what would you like to learn today?
Web Design Web Development iOS Development

IE 6 breaking layout

  • Hi there, I don't have much experience at all with IE 6, so hopefully this is a really silly kind of mistake on my part...

    I've attached a screenshot of what IE 6 is doing to a site I'm working on.
    The page as it should look can be seen at mbcustoms.com/forms

    Basically it is breaking a three column layout I've set up. Everything is shifted over to the right and half my content is cut off.

    Any thoughts? Thanks![attachment=0]mbcustomsIE6screenshot.JPG[/attachment]
  • The first thing you should do is fix your HTML validation errors. http://validator.w3.org/ Once you have done that, create an IE 6 only stylesheet, and use that to design for IE 6. http://css-tricks.com/how-to-create-an-ie-only-stylesheet/