Problem:
I have a site with full body bg as repeat-x but content part in center position with 900px width, and I done it as my label best. But the problem is when I load it as “Restore Down” browser window then body bg load as just window size and right side does not get any bg. Below in picture:
Solved:
I am very much wondering to solve the problem when it’s load with browser Restore Down size. I just add two css properties and able to solve the problem. And it load well as my expectation .
css is
body{
width:100%;
min-width:900px;
}




Comments on: "How to solve website broken in different resolution" (1)
Thnx mate. Its a very useful article. I faced same problem couple of days ago.