


The upper and lower parts of my page have different heights in machines with different resolutions_html/css_WEB-ITnose
The upper and lower parts of my page have different heights on machines with different resolutions. How can I set the proportion so that the table above can be fully displayed at any time?
Now row 4 cannot be displayed on some machines because the height of the table is reduced in machines with small resolutions.
Also, after changing the resolution, the text in the table is also uneven. Some labels are above the text box and some are on the left. How can I adjust it?
The html code is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>aaa</title></head><body class="bodyWithBorder"> <form name="templateAdd"> <div class="topToolBar"> <div class="toolGroup" style="float: left;"><table width="100%" border="1"> <tr> <td><label for="security_organization_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px;">流水号</label> <input name="text" type="text" class="table_top_text" id="BOSS_ID" value=""/></td> <td><label for="Problem" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text10" type="text" class="table_top_text" id="input_Problem" value=""/></td> <td><label for="Brand" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水</label> <input name="text5" type="text" class="table_top_text" id="input_brand" value=""/></td> <td><label for="capesname" style="padding-right: 3px; margin-left: 10px; font-size: 12px;"">流水号流水</label> <input name="text8" type="text" class="table_top_text" id="input_ReCount" value=""/></td> <td><label for="accept_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text152" type="text" class="table_top_text" id="input_AcceptStart" value=""/></td> <td rowspan="4"><input name="button" type="button" class="button_middle2" id="searchButton" style="margin-left: 20px;" onclick="checkParam()" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="搜索" /> <input name="button" type="button" class="button_middle2" id="resetButton" style="margin-left: 20px;" onclick="clearForm('templateAdd')" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="重置" /></td> </tr> <tr> <td><label for="bomc_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label> <input name="text2" type="text" class="table_top_text" id="input_BOMC" value=""/></td> <td><label for="deal_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text11" type="text" class="table_top_text" id="input_deal" value=""/></td> <td><label for="Product" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label> <input name="text6" type="text" class="table_top_text" id="input_Product" value=""/></td> <td><label for="service_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text12" type="text" class="table_top_text" id="input_Service" value=""/></td> <td><label for="accept_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text153" type="text" class="table_top_text" id="input_AcceptEnd" value=""/></td> </tr> <tr> <td><label for="Accept_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text3" type="text" class="table_top_text" id="input_Accept" value=""/></td> <td><label for="Overtime" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text9" type="text" class="table_top_text" id="input_Overtime" value=""/></td> <td><label for="log" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text13" type="text" class="table_top_text" id="input_log" value=""/></td> <td><label for="WorkGroup" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text15" type="text" class="table_top_text" id="input_workgroup" value=""/></td> <td><label for="deal_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text154" type="text" class="table_top_text" id="input_DealStart" value=""/></td> </tr> <tr> <td><label for="User_Name" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text4" type="text" class="table_top_text" id="input_Username" value=""/></td> <td><label for="resperson_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text7" type="text" class="table_top_text" id="input_Status" value=""/></td> <td><label for="Person" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text16" type="text" class="table_top_text" id="input_person" value=""/> </td> <td><label for="Solution" style="padding-right: 3px; margin-left: 10px; font-size: 12px;"">流水号流水号</label> <input name="text14" type="text" class="table_top_text" id="input_Solution" value=""/> </td> <td><label for="deal_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号:</label> <input name="text155" type="text" class="table_top_text" id="input_DealEnd" value=""/></td> </tr></table> </div> <div style="margin-top: 0px;"> <center> <Iframe name="tt" src="http://www.baidu.com" width="100%" height="350px" marginwidth="1" marginheight="1" scrolling="yes" frameborder="0"></iframe> </center> </div> </form> </body></html>
Reply to the discussion (solution)
Just use js to specify the height of the two divs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>aaa</title><style type="text/css">body {overflow:hidden;margin:0;padding:0;width:100%;height:100%;}.topToolBar {position:absolute;left:0;top:0;right:0;width:100%;height:204px;}.bottom {position:absolute;left:0;top:204px;right:0;width:100%;bottom:0;border:1px solid red;}.bottom iframe {position:absolute;bottom:0px;left:0px;top:0px;right:0px;}</style></head><body class="bodyWithBorder" scroll=no> <form name="templateAdd"> <div class="topToolBar"><table width="100%" border="1"> <tr> <td><label for="security_organization_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px;">流水号</label> <input name="text" type="text" class="table_top_text" id="BOSS_ID" value=""/></td> <td><label for="Problem" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text10" type="text" class="table_top_text" id="input_Problem" value=""/></td> <td><label for="Brand" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水</label> <input name="text5" type="text" class="table_top_text" id="input_brand" value=""/></td> <td><label for="capesname" style="padding-right: 3px; margin-left: 10px; font-size: 12px;"">流水号流水</label> <input name="text8" type="text" class="table_top_text" id="input_ReCount" value=""/></td> <td><label for="accept_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text152" type="text" class="table_top_text" id="input_AcceptStart" value=""/></td> <td rowspan="4"><input name="button" type="button" class="button_middle2" id="searchButton" style="margin-left: 20px;" onclick="checkParam()" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="搜索" /> <input name="button" type="button" class="button_middle2" id="resetButton" style="margin-left: 20px;" onclick="clearForm('templateAdd')" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="重置" /></td> </tr> <tr> <td><label for="bomc_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label> <input name="text2" type="text" class="table_top_text" id="input_BOMC" value=""/></td> <td><label for="deal_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text11" type="text" class="table_top_text" id="input_deal" value=""/></td> <td><label for="Product" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label> <input name="text6" type="text" class="table_top_text" id="input_Product" value=""/></td> <td><label for="service_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text12" type="text" class="table_top_text" id="input_Service" value=""/></td> <td><label for="accept_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text153" type="text" class="table_top_text" id="input_AcceptEnd" value=""/></td> </tr> <tr> <td><label for="Accept_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text3" type="text" class="table_top_text" id="input_Accept" value=""/></td> <td><label for="Overtime" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text9" type="text" class="table_top_text" id="input_Overtime" value=""/></td> <td><label for="log" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label> <input name="text13" type="text" class="table_top_text" id="input_log" value=""/></td> <td><label for="WorkGroup" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label> <input name="text15" type="text" class="table_top_text" id="input_workgroup" value=""/></td> <td><label for="deal_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text154" type="text" class="table_top_text" id="input_DealStart" value=""/></td> </tr> <tr> <td><label for="User_Name" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text4" type="text" class="table_top_text" id="input_Username" value=""/></td> <td><label for="resperson_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text7" type="text" class="table_top_text" id="input_Status" value=""/></td> <td><label for="Person" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label> <input name="text16" type="text" class="table_top_text" id="input_person" value=""/> </td> <td><label for="Solution" style="padding-right: 3px; margin-left: 10px; font-size: 12px;"">流水号流水号</label> <input name="text14" type="text" class="table_top_text" id="input_Solution" value=""/> </td> <td><label for="deal_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号:</label> <input name="text155" type="text" class="table_top_text" id="input_DealEnd" value=""/></td> </tr></table> </div><div class='bottom'> <Iframe name="tt" src="http://www.baidu.com" width="100%" height="100%" marginwidth="1" marginheight="1" scrolling="yes" frameborder="0"></iframe></div> </form> </body></html>
What a kind person upstairs!
However, the positions of each label and the text box in this table are not aligned yet. Some labels are above the text box, and some are on the left
You can adjust the search width to a smaller value, and then Change the cell width.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>aaa</title><style type="text/css">body {overflow:hidden;margin:0;padding:0;width:100%;height:100%;}.topToolBar {position:absolute;left:0;top:0;right:0;width:100%;height:204px;}.bottom {position:absolute;left:0;top:204px;right:0;width:100%;bottom:0;border-top:1px solid red;}.bottom iframe {position:absolute;bottom:0px;left:0px;top:0px;right:0px;}.table_top_text {width:100%;}</style> </head> <body class="bodyWithBorder" scroll=no> <form name="templateAdd"> <div class="topToolBar"><table width="100%" border="0"> <tr> <td nowrap align=right><label for="security_organization_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px;">流水号</label></td><td width="10%"> <input name="text" type="text" class="table_top_text" id="BOSS_ID" value=""/></td> <td nowrap align=right><label for="Problem" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label></td><td width="10%"> <input name="text10" type="text" class="table_top_text" id="input_Problem" value=""/></td> <td nowrap align=right><label for="Brand" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水</label></td><td width="10%"> <input name="text5" type="text" class="table_top_text" id="input_brand" value=""/></td> <td nowrap align=right><label for="capesname" style="padding-right: 3px; margin-left: 10px; font-size: 12px;">流水号流水</label></td><td width="10%"> <input name="text8" type="text" class="table_top_text" id="input_ReCount" value=""/></td> <td nowrap align=right><label for="accept_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label></td><td width="10%"> <input name="text152" type="text" class="table_top_text" id="input_AcceptStart" value=""/></td> <td rowspan="4"><input name="button" type="button" class="button_middle2" id="searchButton" style="margin-left: 20px;" onclick="checkParam()" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="搜索" /> <input name="button" type="button" class="button_middle2" id="resetButton" style="margin-left: 20px;" onclick="clearForm('templateAdd')" onmouseover="this.className='button_middle_hover'" onmouseout="this.className='button_middle2'" value="重置" /></td> </tr> <tr> <td nowrap align=right><label for="bomc_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label></td><td width="10%"> <input name="text2" type="text" class="table_top_text" id="input_BOMC" value=""/></td> <td nowrap align=right><label for="deal_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label></td><td width="10%"> <input name="text11" type="text" class="table_top_text" id="input_deal" value=""/></td> <td nowrap align=right><label for="Product" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水</label></td><td width="10%"> <input name="text6" type="text" class="table_top_text" id="input_Product" value=""/></td> <td nowrap align=right><label for="service_type" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label></td><td width="10%"> <input name="text12" type="text" class="table_top_text" id="input_Service" value=""/></td> <td nowrap align=right><label for="accept_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label></td><td width="10%"> <input name="text153" type="text" class="table_top_text" id="input_AcceptEnd" value=""/></td> </tr> <tr> <td nowrap align=right><label for="Accept_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label></td><td width="10%"> <input name="text3" type="text" class="table_top_text" id="input_Accept" value=""/></td> <td nowrap align=right><label for="Overtime" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label></td><td width="10%"> <input name="text9" type="text" class="table_top_text" id="input_Overtime" value=""/></td> <td nowrap align=right><label for="log" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流</label></td><td width="10%"> <input name="text13" type="text" class="table_top_text" id="input_log" value=""/></td> <td nowrap align=right><label for="WorkGroup" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号流水号</label></td><td width="10%"> <input name="text15" type="text" class="table_top_text" id="input_workgroup" value=""/></td> <td nowrap align=right><label for="deal_start" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label></td><td width="10%"> <input name="text154" type="text" class="table_top_text" id="input_DealStart" value=""/></td> </tr> <tr> <td nowrap align=right><label for="User_Name" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label></td><td width="10%"> <input name="text4" type="text" class="table_top_text" id="input_Username" value=""/></td> <td nowrap align=right><label for="resperson_id" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label></td><td width="10%"> <input name="text7" type="text" class="table_top_text" id="input_Status" value=""/></td> <td nowrap align=right><label for="Person" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号</label></td><td width="10%"> <input name="text16" type="text" class="table_top_text" id="input_person" value=""/> </td> <td nowrap align=right><label for="Solution" style="padding-right: 3px; margin-left: 10px; font-size: 12px;">流水号流水号</label></td><td width="10%"> <input name="text14" type="text" class="table_top_text" id="input_Solution" value=""/> </td> <td nowrap align=right><label for="deal_end" style="padding-right: 3px; margin-left: 10px; font-size: 12px">流水号:</label></td><td width="10%"> <input name="text155" type="text" class="table_top_text" id="input_DealEnd" value=""/></td> </tr></table> </div><div class='bottom'> <Iframe name="tt" src="http://www.baidu.com" width="100%" height="100%" marginwidth="1" marginheight="1" scrolling="yes" frameborder="0"></iframe></div> </form> </body></html>
a and b
relationship a above b upper and lower relationship
requirement a show all
then I can understand a what Don’t do either. b Just place it according to the natural position

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...
