I have DIV tags that i'm using to hide and reveal content. How do I keep them from elongating the area I'm displaying them in. For example:
<div id="a1"></div> <div id="b1"></div> <div id="c1"></div> If I'm displaying them in a box: ------------------ | | | | ------------------ As I add div tags, the box stretches down. I use styles to position them (relative, etc) but it still generates the white space. Exmple: ------------------ | | | | | | | | ------------------ I have coldfusion generating dynamic content in them (loops, etc) but even if I properly use enableoutputonly, it does not seem to help. Any thoughts? Dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:33:2106 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/33 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:33 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
