
June 18th, 2003, 02:03 AM
|
 |
Junior Member
|
|
Join Date: May 2003
Location: Australia
Posts: 18
Time spent in forums: 1 m
Reputation Power: 0
|
|
|
Copyright with CSS
Hi,
I'm having a bit of trouble :?
I've got a title, content, footer design that is giving me pain. You see the title is a set height, that is fine, but the content isn't, it all depends on the page.
Now the thing is I would like a bit of copyright text to sit right at the bottom of the page on every page, I can do this with:
bottom: 0px;
position: absolute;
The only problem is if the content text gets too big (and it will) and flows down the page the footer stays right at the edge of the page, sitting in the middle of the new extended content, I've tried it without the position: absolute; and it works, but if the content is small it sits right at the edge of the content again in the middle of the page, its a damned if I do, damned if I don't.
I'd rather I didn't have to give content a set height as I'm trying to cater to a wide range of resolutions and I don't like scroll bars showing up if they aren't needed.
I'm not sure if I'm writing this correctly, is its truly incomprehensible I'm sorry :?
|