Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tcomaj/2781815 to your computer and use it in GitHub Desktop.
Save tcomaj/2781815 to your computer and use it in GitHub Desktop.
CSS: IE6, IE7 Double Margin, Padding Bug
ul li {
float: left;
margin-left: 5px;
*display: inline; /*IE7 and below*/
_display: inline; /*IE6 and below*/
}
/* this example fixes double left margin bug */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment