Re: Make Cell Not Resizable



On Feb 8, 5:07 pm, "Jonathan N. Little" <lws4...@xxxxxxxxxxxxx> wrote:
vunet...@xxxxxxxxx wrote:
On Feb 8, 4:52 pm, Ben C <spams...@xxxxxxxxx> wrote:
On 2007-02-08, vunet...@xxxxxxxxx <vunet...@xxxxxxxxx> wrote:

Hello,
My table's cell has a 100px width. But when I shrink window, the cell
size gets smaller and smaller. How can I avoid this? The code is
below. Thanks you all.
Set a width on the whole table instead (about 700px in this case), and
not on the <td>s.

if i cannot do it, are there any other options? my fix was inserting
preset width wiv inside of the cell. thanks.

Unfortunately the reason for your trouble is that the table cells are
behaving like 'table-cell's! They are suppose to do that. Maybe you are
choosing the wrong element? How about a URL?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com

i thought so. i already inserted some other fixed width elements
inside of the cell to fix my problem. my table itself can have
different amount of cells, so i could not set a fixed width to table
element itself.
thank you for explanation.

.