[EMAIL PROTECTED] wrote:
> I have a site with loads of legal info, it goes on for pages and 
> pages and different sections. In IE the div expands to fit the 
> content but with FF I have to specify a length. Is there a way to 
> make a FF div as long as the content inside it?

Difficult to say for sure what you need without seeing the pages/layout,
but standard-compliant browsers will expand if given 'display: table' on
the div.

If it's about height, then 'height: auto' (which is default / no height
declared) will do in all browsers. IE/win had an auto-expanding bug, so
that's probably what you experience in that browser.

Some more problems/solutions under *containing floats* here...
<http://www.gunlaug.no/contents/wd_example_01.html>

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to