Looking for a DIV layout page that adapts to the browser window
You have to write this yourself, width percentage and minimum width Just take control.
If someone else gives it to you, it has a different structure. If you change it, it will still be messy and very troublesome. And if you can change such a layout, you can write it.
If you change it, it’s not as comfortable as writing it yourself. If you write it yourself, you will have a deeper understanding. Come on!
Generally use table, set the width as a percentage...
It is recommended to use div table for layout, please refer to the following
<div id="" style="left: 0%; top: 0%; width: 50%; height: 50%; text-align: center; overflow: hidden;"> <table class='table1'> <tr class='tr1'> <td> </td> </tr> <tr> <td> </td> </tr> </table></div>