Author Topic: html - footers  (Read 1587 times)

html - footers
« on: 01 May, 2008, 03:41:43 pm »
Without resorting to JS, does anyone know of a way to make a 'footer' that floats at the bottom of the browser window?

css gives float left, right, top - but not bottom. An odd omission.
<i>Marmite slave</i>

Re: html - footers
« Reply #1 on: 01 May, 2008, 04:47:03 pm »
There is a css 'bottom' field.  You want to set positioning:fixed as well if you want it to move with the window, but use it cautiously because it can be very annoying for the user. 

IIRC, there's a bug in internet explorer that means you have to set the bottom property to -1. 

Re: html - footers
« Reply #2 on: 05 May, 2008, 01:28:15 pm »
I spent years trying to get to the bottom (no pun intended) of this! It's always a complete pain in the arse browser wise, but the below link should set you on your way....

footerStickAlt
Those wonderful norks are never far from my thoughts, oh yeah!