Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

fixed size body html

html {
    position: relative;
    min-width: 1024px;
    min-height: 768px;
    height: 100%;
}
<!-- Remove height 100% if needed fixed height -->
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #fixed #size #body #html
ADD COMMENT
Topic
Name
7+7 =