jcurts
Member
+25|6375|Coventry, UK
First of all:
I, by no means, am promoting or advertising the following links. These are being used in a informative manner.

Here is the deal, I'm doing a website and want to achieve the following.

Look at the footer in this url: Link 1
See how it is always in the bottom of the page, but if you select the lower corner and start narrowing the window up, it disappears. If you drag it down again, it re appears and then sticks to the bottom of the window. (Hopefully I'm making sense here)

How can I achieve that? Is it some special tag in HTML or an absolute/relative position in CSS or other type of code e.g. JS?

thanks for your help,
spud924
Member
+12|6462|The Sticks, WA, USA
try this in a div

margin:0 auto;

The 0 controls the height and the auto centers it
(its CSS by the way)

Last edited by spud924 (2007-02-04 13:16:39)

CrazeD
Member
+368|6682|Maine
It would most definitely be CSS, not JS.

Board footer

Privacy Policy - © 2024 Jeff Minard