Hi gang,
I'm attempting to get a hold of positioning with CSS, rather than using
tables.
I was wondering if there is a way to relatively position an object at the
bottom of the page without using tables? I realise I can use 'vertical-
align' or 'valign' on a <TR> tag to do the job, however the rest of the
page is positioned using CSS references, so I'd like to continue using
this method.
Basically, I want to place a simple footer at the bottom of the browser
window if the page is not full, otherwise at the bottom of the document if
it spans below the bottom of the window.
(Only designing for IE5+, NS6+ at the moment..)
Any ideas?
Thanx in advance,
Andrew