I have used this css code and my footer doesn't show at the bottom of the page . please help me
div#footer{
width:100%;
color:#fff;
background-color:#333;
text-align:center;
font-family:'B Roya';
position:relative;
clear:both;
}
and my html code:
<div id="footer"> best display in FireFox</div>