Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] RE: Stretching....


  • From: javascript@xxxxxxxxxx (Mckinney, Lori K)
  • Subject: [Javascript] RE: Stretching....
  • Date: Wed, 20 Feb 2002 13:00:12 -0600

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@xxxxxxxx]
Sent: Tuesday, February 19, 2002 5:26 PM
To: javascript@xxxxxxxxxx
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@xxxxxxxxxxx>
To: "Javascript" <javascript@xxxxxxxxxx>
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@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript

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