[Javascript] RE: Stretching....

Mckinney, Lori K lkmckinn at ingr.com
Wed Feb 20 13:00:12 CST 2002


Can you specify the width of all but the last columns?  You could do something like this in that case.

<TABLE width="100%" border="1">
<COL WIDTH=100px><COL WIDTH=100px><COL WIDTH=*>
<TR><TD>one</TD><TD>two</TD><TD>three</TD></TR>
</TABLE>


-----Original Message-----
From: Iztok Polanic [mailto:iztokp at amis.net]
Sent: Tuesday, February 19, 2002 5:26 PM
To: javascript at LaTech.edu
Subject: Re: [Javascript] RE: Stretching....


Hi!

The outer right column should stretch to the end of the screen. I tried
placing in the most outer <td> another table with attribute 'width="100%"'.
The fun part is that it doesn't work :(

Bye,

Iztok
----- Original Message -----
From: "Bob Filipiak" <Bob.Filipiak at aspaces.net>
To: "Javascript" <javascript at LaTech.edu>
Sent: Tuesday, February 19, 2002 20:41
Subject: [Javascript] RE: Stretching....


> Please explain what you mean by stretching the right <td>.......  You can
> use <TABLE width="100%" > to make your table use all available browser
> real estate but I'm not sure that is what you are talking about.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list