> Bob Schwartz > I've found the need to use one table as a base layout because > I still > cannot get a div to expand in height (no height defined) to > incompass > its nested content as a table cell does.
If your nested content is positioned absolutely, then there is currently no plain vanilla way to get the div to expand. If your nested content is floated, you can use a clearing element (with clear: left|right|both; as appropriate) as the last item in the div. P ________________________________ Patrick H. Lauke Web Editor / University of Salford http://www.salford.ac.uk ________________________________ Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ ________________________________ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
