width of table <td>'s

liunx

Guest
i have a dilemma. i have a table that is set to 100% width. inside, i have one row, with 3 columns. the first one is set to 150 width, the second is set to 400 width, and the 3rd one i want to span the rest of the screen. i dont have a width set for the 3rd one and both IE and mozilla wont show the 3rd one and make the first and second one wider so both of them together span 100%. i tried setting the 3rd one to 100%, and *, etc, but nothing works. anyone know how to make this work?<!--content-->....and for the upteenth time, ive figured it out 2 minutes after i post. i just had to put somehting in the td and it worked.<!--content-->I don't think that mixing width in % and width in pixels is a great idea. <br />
<br />
Rather have the table width at 100%, the first row x%, the second y% and the third z% <br />
<br />
or<br />
<br />
have the table width at e.g. 700, the first column 150, the second 400 and the last one 150.<br />
<br />
<edit>What did you put in the <td>?</edit><br />
<br />
<edit2>OK, you added data to the third column...</edit2><!--content-->
 
Back
Top