A part of the background management of a website remains in a fixed position, and the editable part changes with the browser. Therefore, sometimes a frame is used to achieve this form. The author here does not use a frame but a pure div layout, what needs to be done to implement this method? The following is the JQUERY implementation code that controls the DIV to achieve left-right style, the left side is fixed, and the right side changes with the change of the browser.