Following on from my previous post about placing a div at the bottom of your lay out as a foot I thought I would also share with you another technique I’ve found that creates a footer for your site. This one is slightly different though, it creates a footer that is always at the bottom of the browser screen but not necessarily the page. Effectively it creats a fixed bar across the page that is always in the same location no matter where a person scrolls to.The technique in question is detailed on the web log of Anne van Kesteren. It creates a static element at the bottom of your page, just like freezing something in excel so that no matter where you scroll the element always stays at the bottom of the screen. The technique which can be viewed here can also be used to fix an element to any edge of the screen (careful not to over use though or it might begin to look like you are using frames again!)
