'removed overflow:hidden because there are some display issues on some pages. min-width: 0 is enough to trigger IE7 hasLayout to avoid collapsing divs'

This commit is contained in:
urs_hunkler
2006-11-22 20:34:51 +00:00
parent b06d0196b4
commit e2a93751ff
+6 -2
View File
@@ -68,10 +68,10 @@ h6.main {
display:block;
}
.clearfix {
/*.clearfix {
min-width: 0;
overflow: hidden;
}
}*/
.clearfix:after {
/* content: "<!-- -->"; */
@@ -83,6 +83,10 @@ h6.main {
}
/* .clearfix {display: inline-table;} */
.clearfix {
/* display: inline-bl¶ock */
min-width: 0;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}