Posted by John Hosking on 04/03/07 09:43
aljones wrote:
>
> 2) http://brokenchainsministry.net/products.html
> I've looked at uneven columns / unequal columns / css unequal columns /
> etc till I'm blue in the face.
> This page is the most atrocious of the situations I see, but could
> someone please direct me to a reference that (please, I'm begging)
> specifically describes how to 'fix' a two column page where the bottoms
> are probably going to be out of synch??
>
top: bottom-10px;
Hehe. Nice try, but not valid.
Is this what you want?
#footer {
margin: 0; padding: 0;
font-size: 90%; text-align: center;
color: #306EFF; background-color: #C0C0C0;
clear:both; width:100%; } /* <= my changes */
Some more reading, if you haven't already seen them:
http://css.maxdesign.com.au/floatutorial/tutorial0816.htm
http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/
http://www.positioniseverything.net/articles/onetruelayout/
HTH
--
John
[Back to original message]
|