|
|
 |
Re: FN-FORUM: CSS Help
date posted 29th January 2006 13:46
On 29 Jan 2006 13:54:41 -0000, Lee Fogarty [EMAIL REMOVED] wrote:
> How the hell do I set the container to automatically re-size to fit the
> content? The only other option is to set it manually for each page, but =
I
> am using a language pack so I can't guarantee the text size.
first explain why the content is absolutely positioned?
you could set it's height in ems, but the height/content of an
absolutely positioned element has no effect on the height of it's
container...
you could float div#content, and clear it so container becomes
dependant on the height of the content, but it's hard to say what's
best to do without seeing the problem...
got a url we could poke at?
--
Join me: http://wiki.workalone.co.uk/
Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F
Engage me: http://www.boldfish.co.uk/portfolio/
|
 |
|