The general framework changes as the browser window changes because of the problem with the Width property setting!
Can be modified in the following ways!
First: Modify the overall frame Body property width property. The properties that change as the browser window changes are generally set to: Width= "100%". Here you need to change 100% to the size you want. For example, some Web page size is 1200px, then modified to: Width= "1200px". This will not change as the browser changes.
Second: A locale does not change as the size of the browser window changes. Click on the right mouse button to find the property code, width= "100%" to the size you want. It is important to note that if you modify the Width property of the underlying CSS, it is easy to cause incompatibility, so in the modification of the underlying, the other parent CSS to be modified!
How to make the page not change with the size of the browser window does not change the content