1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
div#footer{ position: fixed; bottom: 0px; background-color: #CCC; width: 100%; left: 0px; z-index: 101; } div#validation-bar{ padding-top: 5px; margin-bottom: 7px; } div#foot{ font-size: 0.75em; text-align: center; background-color: #bbb; padding: 0.2em; } #reset_wizards{ right:50px; position:absolute; }