|
Hi John, this would be my solution:
Create a table with width 100%.
Within that table create two cells, the first with width 430px and the other without specification of width.
This works for me in IE 6 and FF 1.5
<table style="width: 100%">
<tr>
<td style="width: 430px">
1
</td>
<td>
2
</td>
</tr>
</table>
Jakob
|
|
Expert:
|
jgivoni
|
|
Date:
|
Oct 05, 2006
|
|
Time:
|
14:18
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Works like a charm. Thanks Jakob.
|
|
Expert:
|
john2
|
|
Date:
|
Oct 05, 2006
|
|
Time:
|
14:30
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|