Footers/Footnotes |
Footers/Footnotes |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Nov 2006 Member No: 483,033 ![]() |
Ok, so I've been trying to figure this out for some time. How would one make something stay at the bottom of the page, in a website, no matter how much content is added above it [how long the page gets/lengths changing]?
Like a footer image or something. An example of what I mean: The copywrite/links at the bottom of myspace profiles, and other such websites. ![]() |
|
|
![]() |
*The Markster* |
![]()
Post
#2
|
Guest ![]() |
Whether or not your site can have a dependent footer (meaning it relies on the content length) all depends on the structure of the layout. Since DIV layouts, like this one, usually use absolute positioning on DIV tags and such, it disables a lot of features from being flexible. So what I would recommend is to use tables. Since you can make the height of table cells to be as flexible as you want, the footer follows accordingly.
|
|
|
![]() ![]() |