How to make the middle table (id="aaaatttt") adapt to its height in various browsers.
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="GENERATOR" content="Microsoft FrontPage 6.0"><meta name="ProgId" content="FrontPage.Editor.Document"><title>title</title><style>html,body{ margin:0px; height:100%;}</style></head><body style="overflow:hidden;background:#D6DFFF;"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" style="border-collapse: collapse" bordercolor="#C0C0C0" height="100%"> <tr> <td height="91" style="">head</td> </tr> <tr> <td height="15" bgcolor="#013961" style="border-top:0px #ffffff solid;border-bottom:0px #4D7373 solid;height:15px;"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td style="color:yellow;padding-left:10px;">中华人民共和国</td> <td style="text-align:right;padding-right:10px;">退出</td> </tr> </table> </td> </tr> <tr> <td style="padding:3px;border:1px #ff0000 solid;" valign="top"> <table id='aaaatttt' border="1" width="100%" height="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;height:100%;"> <tr> <td bgcolor="#E7EBFF" valign="top" id="leftFrame" style="width:230px;"> left </td> <td width="1" style="width:1px;font-size:1px;"> </td> <td valign="top" >right</td> </tr> </table> </div> </td> </tr></table> </body></html>
The percentage of width and height is to inherit the width and height of the parent container, in the parent container If the width and height do not have specific values, an exception will be displayed.
I usually add a background image to the body so that the body fills the entire window, so that the sub-elements can be set using percentages
What does the original poster mean by adaptive? ? ? The effect looks normal. . .
I don’t know what the poster wants. .
Set the size percentage of the table
The percentage of width and height is inherited from the width and height of the parent container. If the width and height of the parent container do not have specific values, an exception will be displayed. .
I usually add a background image to the body so that the body fills the entire window, so that the child elements can be set using percentages
What does the original poster mean by adaptive? ? ? The effect looks normal. . .
I don’t know what the poster wants. .
That’s it, it’s fine in chrome, but it can’t be adaptive in IE8.
Everything below IE10 is cloudy...
The best way is to give the body a specific width and height, which is what I told you, fill the body with a background image (so that the body can be directly accessed by the browser) (width and height), I also tried to use js to get the width and height of the screen to set the body size, so that when the browser is not maximized when it is opened, it will be abnormal
Me IE is version 11,,, everything is normal. . .
Then,,, the poster may wish to search online for css3 and html5 compatible js plug-ins. . . Maybe it can solve your problem. . .
Everything below IE10 is cloudy...
The best way is to give the body a specific width and height, which is what I told you, fill it with a background image body (so that the body can directly get the width and height of the browser), I have also tried using js to get the width and height of the screen to set the body size, so that when the browser is not maximized when it is opened, it will be abnormal.