page width code example
Example: fixed size body html
html {
position: relative;
min-width: 1024px;
min-height: 768px;
height: 100%;
}
<!-- Remove height 100% if needed fixed height -->
html {
position: relative;
min-width: 1024px;
min-height: 768px;
height: 100%;
}
<!-- Remove height 100% if needed fixed height -->