Janet Lynn Ford wrote:

> Everything was fine until I included a table. In IE. Now if a user 
> increases his font size, the table doesn't stay within it's 
> containing block, and is hidden behind the right column. 
> http://www.marchingcardinals.org/newlook/fundraising.htm

I would try to utilize another IE/flaw, and add this...

table {position: relative; z-index: 1; background: #fff;}

...which should make IE forget about that 'overflow: hidden' when it
reaches the table. Should work since there's space for that table to
overflow onto.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to