Table des matières
回复讨论(解决方案)
Maison interface Web tutoriel HTML 我的页面上下2部分在不同分辨率的机器里高度不同_html/css_WEB-ITnose

我的页面上下2部分在不同分辨率的机器里高度不同_html/css_WEB-ITnose

Jun 24, 2016 pm 12:23 PM

我的页面上下2部分在不同分辨率的机器里高度不同,怎么设置比例让上面的表格能任何时候都全部显示?

现在在有的机器里第4行显示不出来,因为表格的高度在小分辨率的机器里就缩小了。

还有分辨率改了后,表格里的文字也不齐了,有的标签在文本框上面,有的在左边,请问怎么调整?

html代码如下:

<!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>
Copier après la connexion


回复讨论(解决方案)

用 js指定两个div的高度即可

<!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>
Copier après la connexion

楼上真是好心人啊!

不过这个表格里每个标签和文本框的位置还没对齐,有的标签在文本框上面,有的在左边

你把搜索重宽带调小点,然后单元格宽度改下。

<!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>
Copier après la connexion

 a 和 b
关系  a在b上面 上下关系

要求 a全部显示

那么 我可以理解 a什么都不做  b根据自然位置放置就可以了

Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn

Outils d'IA chauds

Undresser.AI Undress

Undresser.AI Undress

Application basée sur l'IA pour créer des photos de nu réalistes

AI Clothes Remover

AI Clothes Remover

Outil d'IA en ligne pour supprimer les vêtements des photos.

Undress AI Tool

Undress AI Tool

Images de déshabillage gratuites

Clothoff.io

Clothoff.io

Dissolvant de vêtements AI

AI Hentai Generator

AI Hentai Generator

Générez AI Hentai gratuitement.

Article chaud

R.E.P.O. Crystals d'énergie expliqués et ce qu'ils font (cristal jaune)
3 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Meilleurs paramètres graphiques
3 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Comment réparer l'audio si vous n'entendez personne
3 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: Comment déverrouiller tout dans Myrise
4 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌

Outils chauds

Bloc-notes++7.3.1

Bloc-notes++7.3.1

Éditeur de code facile à utiliser et gratuit

SublimeText3 version chinoise

SublimeText3 version chinoise

Version chinoise, très simple à utiliser

Envoyer Studio 13.0.1

Envoyer Studio 13.0.1

Puissant environnement de développement intégré PHP

Dreamweaver CS6

Dreamweaver CS6

Outils de développement Web visuel

SublimeText3 version Mac

SublimeText3 version Mac

Logiciel d'édition de code au niveau de Dieu (SublimeText3)

Quel est le but du & lt; Progress & gt; élément? Quel est le but du & lt; Progress & gt; élément? Mar 21, 2025 pm 12:34 PM

L'article traite du HTML & lt; Progress & GT; élément, son but, son style et ses différences par rapport au & lt; mètre & gt; élément. L'objectif principal est de l'utiliser & lt; Progress & gt; pour l'achèvement des tâches et & lt; mètre & gt; pour stati

Quel est le but du & lt; datalist & gt; élément? Quel est le but du & lt; datalist & gt; élément? Mar 21, 2025 pm 12:33 PM

L'article traite du HTML & lt; Datalist & GT; élément, qui améliore les formulaires en fournissant des suggestions de saisie semi-automatique, en améliorant l'expérience utilisateur et en réduisant les erreurs. COMMANDE COMPRES: 159

Quelles sont les meilleures pratiques pour la compatibilité entre les navigateurs dans HTML5? Quelles sont les meilleures pratiques pour la compatibilité entre les navigateurs dans HTML5? Mar 17, 2025 pm 12:20 PM

L'article examine les meilleures pratiques pour assurer la compatibilité des navigateurs de HTML5, en se concentrant sur la détection des fonctionnalités, l'amélioration progressive et les méthodes de test.

Quel est le but du & lt; mètre & gt; élément? Quel est le but du & lt; mètre & gt; élément? Mar 21, 2025 pm 12:35 PM

L'article traite du HTML & lt; mètre & gt; élément, utilisé pour afficher des valeurs scalaires ou fractionnaires dans une plage, et ses applications courantes dans le développement Web. Il différencie & lt; mètre & gt; De & lt; Progress & gt; et ex

Comment utiliser le html5 & lt; time & gt; élément pour représenter les dates et les temps sémantiquement? Comment utiliser le html5 & lt; time & gt; élément pour représenter les dates et les temps sémantiquement? Mar 12, 2025 pm 04:05 PM

Cet article explique le html5 & lt; time & gt; élément de représentation sémantique de date / heure. Il souligne l'importance de l'attribut DateTime pour la lisibilité à la machine (format ISO 8601) à côté du texte lisible par l'homme, stimulant AccessIbilit

Comment utiliser les attributs de validation du formulaire HTML5 pour valider l'entrée utilisateur? Comment utiliser les attributs de validation du formulaire HTML5 pour valider l'entrée utilisateur? Mar 17, 2025 pm 12:27 PM

L'article discute de l'utilisation des attributs de validation de formulaire HTML5 comme les limites requises, motifs, min, max et longueurs pour valider la saisie de l'utilisateur directement dans le navigateur.

Quelle est la balise Meta de la fenêtre? Pourquoi est-ce important pour une conception réactive? Quelle est la balise Meta de la fenêtre? Pourquoi est-ce important pour une conception réactive? Mar 20, 2025 pm 05:56 PM

L'article traite de la balise Meta de la fenêtre, essentielle pour la conception Web réactive sur les appareils mobiles. Il explique comment une utilisation appropriée garantit une mise à l'échelle optimale du contenu et une interaction utilisateur, tandis que la mauvaise utilisation peut entraîner des problèmes de conception et d'accessibilité.

Quel est le but du & lt; iframe & gt; étiqueter? Quelles sont les considérations de sécurité lorsque vous l'utilisez? Quel est le but du & lt; iframe & gt; étiqueter? Quelles sont les considérations de sécurité lorsque vous l'utilisez? Mar 20, 2025 pm 06:05 PM

L'article traite du & lt; iframe & gt; L'objectif de Tag dans l'intégration du contenu externe dans les pages Web, ses utilisations courantes, ses risques de sécurité et ses alternatives telles que les balises d'objet et les API.

See all articles