Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css footer comes under aside

body {
 	min-width:100%;
}
footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #footer
ADD COMMENT
Topic
Name
4+1 =