From: Matti Tahvonen Date: Tue, 26 Jun 2007 12:09:02 +0000 (+0000) Subject: better table css for IE6 X-Git-Tag: 6.7.0.beta1~6210 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d7cc00c3fc1e92a9555cc020153cbd6842c0ead1;p=vaadin-framework.git better table css for IE6 svn changeset:1789/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css index 0e70e15a0b..e0ae7ce99e 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css @@ -24,7 +24,6 @@ select { padding:0; border:0; background: yellow; - table-layout: fixed; } .iscrolltable-header table td { @@ -41,7 +40,6 @@ select { padding:0; border:0; background: yellow; - table-layout: fixed; } .iscrolltable-table td { @@ -59,7 +57,8 @@ iscrolltable-table tr { .iscrolltable-rowspacer { height: 10px; - background: brown; + background: brown; + overflow:hidden; /* IE hack to allow < one line height divs */ } .iscrolltable-table .iscrolltable-cellContent {