Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

why is my footer not at the bottom html

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}

//name footer id="footer"
 
PREVIOUS NEXT
Tagged: #footer #bottom #html
ADD COMMENT
Topic
Name
8+3 =