| #footer { | |
| position:absolute; | |
| bottom:0; left:0; | |
| width:100%; | |
| height:48px; | |
| background-color:#222; | |
| background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222)); | |
| background-image:-moz-linear-gradient(top, #999, #666 2%, #222); | |
| background-image:-o-linear-gradient(top, #999, #666 2%, #222); | |
| padding:0; | |
| border-top:1px solid #444; | |
| } | |
Hi, could someone tell how to add a footer bar in iui-js?
for header we have a class="toolbar". I cannot find anything for footer.Thanks