Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 23, 2013 12:03
Show Gist options
  • Save arnoldc/5844785 to your computer and use it in GitHub Desktop.
Save arnoldc/5844785 to your computer and use it in GitHub Desktop.
css: Double margin bug in IE6
#navigation {
display: inline;
float: left;
margin-left: 10px;
width: 200px;
}
/*The fix is to set display:inline on the floating elements*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment