Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 23, 2013 12:02
Show Gist options
  • Save arnoldc/5844780 to your computer and use it in GitHub Desktop.
Save arnoldc/5844780 to your computer and use it in GitHub Desktop.
css: peekabo bug on IE6/7
#floater {
background-color: #dec;
float: left;
width: 35%;
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment