[thelist] CSS: Attach disclaimer DIV to bottom of page

Duncan O'Neill dbaxo at ihug.co.nz
Wed Jan 14 04:35:10 CST 2004


Dorey, Susan wrote:

> Try position: fixed.
> 
> Susan Dorey
> 
> 
> I'm having some trouble with CSS, but I'm enjoying the growing pains. I 
> have another question for all you experts out there:
> 
> I would like my disclaimer layer to stick to the bottom of the page. I 
> tried the following style:
> 
> #Disclaimer {
> 	bottom: 0px;
> 	position: absolute;
> 	text-align: center;
> 	width: 550px;
> }
> 

Don't try position:fixed if you want it to work in IE / Windows.

Try putting your disclaimer last in the source order, and use
clear:left / right / both

to clear any floats you may going.

hth,

-- 
Duncan O'Neill
http://urbanlegend.f2o.org/magazine/



More information about the thelist mailing list