[thelist] CSS Confusion

Adrian Fischer adrian at aussiebidder.com
Fri Jan 13 18:28:10 CST 2006


Thanks Ben..did the trick nicely..any thoughts on getting the footer to
appear at the very bottom of the page when the page contect doesnt fill the
screen?



-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org]On Behalf Of ben morrison
Sent: Saturday, 14 January 2006 2:57 AM
To: thelist at lists.evolt.org
Subject: Re: [thelist] CSS Confusion


> but if you click on one of the links like this one:
> http://hilliercarterproperties.com.au/temp/portfoliomgt.shtml
>
> the footer doesnt stay ont he bottom.  I think it is still floated left or
> something.  Can someone please take the time to have a look and point me
in
> the right direction.

On that page you have a UL with floated LI elements which is above the
footer in the source code.

Your footer doesn't know that there are floated elements above it
hence it sits beside them.

You will need to clear the floated elements.

#footer {clear:left;}

This can sometimes cause problems if there is no flaoted elements before it.

when you write in your UL you could add a <br style="clear:left"> after it.

hope that helps
ben
--

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester
and archives of thelist go to: http://lists.evolt.org
Workers of the Web, evolt !




More information about the thelist mailing list