How to fixed Auto Height web .aspx page any resolution?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted May 24, 2015, 11:09 AM
Example of a page with 1054px square content and a full background:
html {
min-width: 100%;
min-height: 100%;
}
body {
width: 1054px;
height: 1054px;
background-color: #FFF;
}