[thelist] IE Image max-width

pandy pandion at gmx.net
Tue Dec 10 23:48:01 CST 2002


At 05:15 2002.12.11, you wrote:
<snip>
>When an image is wider than the table, it just gets cut off. This
>is bad.

<snip>

>          http://resnet.ucsc.edu/ResNet/XP-Setup.cfm



I've never seen a table cut off content before! I'm just guessing here but
I think the problem may be your use of 'table-layout: fixed'. Removing it
seems to do the trick anyway.

--------
.mainTable {
         table-layout: fixed;
         width: 95%;
         max-width: 770px;
         margin-top: 10pt;
--------

BTW ResNet.css contains binary characters (or so my text editor says).



HTH
pandy






More information about the thelist mailing list