Richard Grevers wrote:
> Hi,
> http://www.vine.org.nz/index.php/services uses a negative-margin based
> 2-column layout plus footerstickalt. How can I make the left-column
> (which is sized in ems) full height? - note that it is full height in
> IE6, but that has broken the footer positioning on short pages.
Try adding a clear since you have a float #wrapper hanging out of your
#globalwrapper.
#footer {
position: relative;
margin-top: -85px;
height: 85px;
max-width: 60em; /* change if changing #globalwrapper*/
background:#fff url('/images/template/footer_bg.jpg')
bottom right no-repeat;
clear:both; /* ADD */
} /* footerstickalt */
Works in Firefox.
Alan
http://css-class.com/test/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/