|
Posted by justingoodman on 06/25/06 14:41
I've fixed it.
Basically, what I had to do was keep the two sides in their own
independent tables. This stopped the code from using colspan and
rowspan. Before, when it reached a limit on the right side's content,
it would expand the cell on the right side that it was associated with.
In this case, it was the upper left box in the navigation. After doing
that, all the cells below it would auto-size with it.
Now, there is a large 1x1 table holding two tables, an 11x1 and a 3x1.
Now, when the 3x1 expands further with news content, the 11x1 tables is
left untouched, and the 1x1 table stretches instead.
Navigation:
[Reply to this message]
|