I've got a footer which is meant to stick to the bottom of the page - but on long pages in safari it's appearing to high up the screen... not sure how to fix this?
Seems to be happening in Firefox too, think I got my code wrong.... I'm also starting to wonder if the fact that the Alistapart method I'm using requires a huge chunk of javascript at the top of each page is 'a bad thing'?
Lol @ alistapart method. :D All you need is fixed height footer with same value as negative top-margin and a container that's min-height is 100% and your content should have height of footer as padding-bottom + the real padding and the footer should not be in container. Simple as that.