I have this css:
#manipulate { position:absolute; width:300px; height:300px; background:#063; bottom:0px; right:25%; }
I have t
Here is a solution with two divs:
HTML:
CSS:
#footer { position: fixed; bottom: 0; width: 100%; } #center { width: 500px; margin: 0 auto; }