Forum Moderators: not2easy
[edited by: alt131 at 12:08 pm (utc) on Jun 9, 2011]
[edit reason] Tidy [/edit]
[edited by: alt131 at 5:17 pm (utc) on Jun 9, 2011]
[edit reason] Tidy [/edit]
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
display: inline-table overridden with display: block display: inline-table just might be magical mac property.. yes I know the Holly Hack is/was used for clearing/containing floats.. but I'm thinking what happens if you make the "floats" inline-tables, does that help? [edited by: alt131 at 12:00 pm (utc) on Jun 14, 2011]
[edit reason] Tidy [/edit]