Alex Calara schrieb:
> Ah, here's the problem with that: it attaches a footer to the bottom  
> of the window, rather than to the bottom of the content. What I'm  
> looking for is repositioning an existing footer at the bottom of the  
> longest column in my #content section. There's three columns, and  
> each is positioned absolutely, so that their parent element  
> collapses. This is where my main problem comes in. I'm trying to see  
> if there's a non-floated layout where I can have the footer in the  
> correct place, just beneath the content.

Try, look at the demension-plugin, let them read the height of the colums.
The longest use to set the footer.

Set this variable in the Script to the footer:
top: LONGEST-COLUMN-HEIGHTpx;


in your CSS
#footer{
position:absolute;
left: /* what you will */;
width: /* what ever */;
....
}

-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to