|
|
 |
Re: FN-FORUM: CSS UnFunny
date posted 14th November 2007 20:21
Just had a look and using firebug ive determind that height:26px; is causing
the problem in your div .menuLeftContentDiv. - This is basically making the
broswer think that the menu is only 26px high and so your footer gets pushed
up below that 26px line.
Change that to "auto" instead and it worked for me in firefox 2.
HTH
Martin
----- Original Message -----
From: "Tony Crockford" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, November 14, 2007 4:30 PM
Subject: Re: FN-FORUM: CSS UnFunny
>
>
> On 14 Nov 2007, at 16:11, Craig wrote:
>
>>
>> Hi All,
>>
>> Could someone please put me out of my misery?
>> http://www.onfieldsports.com/test/test: I just CAN'T get the footer to
>> sit
>> below the left menu and neither can I get the page to expand downwards
>> when
>> one of the menu items is expanded. I've been messing about with clear's
>> and
>> the source code order all afternoon and I'm positive I've got it right,
>> but
>> it just don't work:(:( (This is the start of the build so none of the
>> hyperlinks go anywhere)
>
> My guess is that the rendered space for the menu is allocated based on
> it's non javascripted components.
>
> the footer is clearing the *actual* content of the div, but the page
> isn't re-rendered after the javascript writes in the menu content.
>
> you'll probably have to rethink the way the page works.
>
> ;o)
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|