Re: FN-FORUM: Div styling problem
date posted 2nd February 2008 23:17
On 3 Feb 2008, at 00:12, Alex Libby wrote:
>
> Hi Sam, Andy (and anyone else who wants to take a look!),
>
> Right - it is up now; take a look at http://www.not42.net/index.php.
> The
> copyright (a div) should be inside the black framed text, along with
> the few
> random characters I put in to test how it would look. My problem is
> that I
> want the frame to expand downwards when more text is added, but I
> have gone
> a complete blank on how to do it. I have not added in the clear:both
> keyword
> you suggested yet Sam, as I wanted you to see the code first - will
> adding
> this in sort it out?
no.
you've set a fixed height on the wrapper and only IE will allow it
grow beyond that point - use min-height and a hack for IE
then the div will wrap around the cleared footer...
;o)