CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
IE 6 breaking layout
dryan1144
Permalink to comment
#
April 2010
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]
jamy_za
Permalink to comment
#
April 2010
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/
Add a Comment
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]