Forum Moderators: open

Message Too Old, No Replies

Footer stuck to bottom.

of view port?

         

tonynoriega

6:20 pm on Jan 11, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



whats the method to keeping the footer stuck to the bottom of the view port?

i actually like it...

it usually has a search bar, maybe a link to FB Fan Page (if business), Twitter...etc....

Im assuming it can be done entirely with CSS?

Maybe with some floats and Z-index?

Drag_Racer

7:26 pm on Jan 11, 2010 (gmt 0)

10+ Year Member



<div class='foot'>stuck to bottom div</div>

<style type='text/css'>
.foot {
position: fixed;
bottom: 0;
}