i'm having a cell height problem.
not being fluent in javascript, it's been a frustrating experience.
i'd appreciate any input you gurus might have.
so i have a table with 4 cells.
------
|`|B|
|A|-|
|`|C|
------
| D |
------
cell A will grow in height.
- it's an include from database... so the lengths can grow and shrink depending on what's in the database.
cell B needs to have fixed height
cell C needs to have variable height. A-B
How do i set this up?
not being fluent in javascript, it's been a frustrating experience.
i'd appreciate any input you gurus might have.
so i have a table with 4 cells.
------
|`|B|
|A|-|
|`|C|
------
| D |
------
cell A will grow in height.
- it's an include from database... so the lengths can grow and shrink depending on what's in the database.
cell B needs to have fixed height
cell C needs to have variable height. A-B
How do i set this up?