Posted by Neredbojias on 05/04/06 12:56
To further the education of mankind, "Domestos"
<andy.mak@virgin.netspam> vouchsafed:
> Hi,
>
> I am having problems sizing a table correctly.
>
> I have a three column table. Column 1 and 3 need to be 200 pixels in
> width fixed, and column 2 (the middle one) needs to be expandable to
> fill the window, no matter what size it is. Whether they be working on
> a 800x600 window or a 1280x1024 window.
>
> The full table width should be no less than 800 (i.e 200+600+200)
Do you see the error in the line above?
You could try this in css:
table {
min-width:1000px;
}
but any design with a fixed-width 1000px anything is bogus.
--
Neredbojias
Infinity has its limits.
[Back to original message]
|