Crimson
02-09-2006, 01:22 AM
Hi, I'm new to this forum, and to CSS, in fact. Help!
Here's the problem--within a <td>, I have 4 or 5 <div>'s all relatively positioned; they're arranged in the right places, but the <td> that contains them has a lot of dead space at the bottom of the page. I'm pretty sure the <td>'s height is what it would be if none of the <div>'s positions were changed.
I tried adding "display: inline" to the divs, but that created more problems. Then I tried adding "overflow:" with every value to the divs, then the <td>, but that did nothing.
Am I right in thinking this is an overflow problem? Anyone have any ideas? Thanks in advance.
-Raymond
Here's the problem--within a <td>, I have 4 or 5 <div>'s all relatively positioned; they're arranged in the right places, but the <td> that contains them has a lot of dead space at the bottom of the page. I'm pretty sure the <td>'s height is what it would be if none of the <div>'s positions were changed.
I tried adding "display: inline" to the divs, but that created more problems. Then I tried adding "overflow:" with every value to the divs, then the <td>, but that did nothing.
Am I right in thinking this is an overflow problem? Anyone have any ideas? Thanks in advance.
-Raymond