 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Fordhimself
Joined: 09 Jan 2005 Posts: 4 Location: Canada
|
Posted: Sun Jan 09, 2005 3:27 pm Fixed heights & rowspan |
|
|
|
Hi,
Alright I'm writing a website with an open forum to post topics on the front page. I have the content section of the site, and to the right of the content section are two partitions:
now I want the "filler" section to grow vertically when the content on the left increases. I tried not giving the filler section a height attribute, but that didn't work either. I have set both the height and width of the menu section, but I'm still stumped. I'm not sure how I can make the filler section expand.
Any help is muchly appreciated, Thanks... |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Sun Jan 09, 2005 4:01 pm |
|
|
|
|
Something like:
| Code: |
<table border="0" width="1000" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2" width="800"> </td>
<td height="300" width="200"> </td>
</tr>
<tr>
<td width="200"> </td>
</tr>
</table> |
|
|
Fordhimself
Joined: 09 Jan 2005 Posts: 4 Location: Canada
|
Posted: Mon Jan 10, 2005 7:33 pm |
|
|
|
| I've tried that before, but it didn't work like I wanted...I think there are too many other random outside factors going into this, but I got it fixed with some css and taking out the "filler" <td> - it works nicely now, thanks for the help anyways... |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|