10 Fixes That Solve IE6 Problems
Posted in web design on March 5th, 2009 by markcoppock – Be the first to commentSitepoint has this very useful list. Some obvious, some I didn’t know. The idea is to resort to as little extra stuff as possible to accommodate IE6′s strangenesses. A few points from the article:
- Set
position:relative - Use
display:inlinefor floated elements with a margin - Set an element to
hasLayout
A few useful points in the comments, too.
