- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我编写了一个客户信息表单,但它在 IE 8、chrome 和 Firefox 中看起来不同。我希望它以相同的方式在所有三个浏览器中显示,如下所示。
下图显示了它在其他浏览器中的样子
1 ) 火狐
2 ) Chrome
3 ) IE 8兼容模式
这是我的 html 代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org
/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Web System</title>
<link href="css/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="headerTop">
<p> </p>
<p> </p>
</div>
<div id="headerBottom"></div>
</div>
<div id="wrapper">
<div id="flags"></div>
<div id="topLine"></div>
<div id="information">
<div id="welcomeText">Welcome ADMIN, CB002813</div>
<div id="menuSearchText">Menu Search</div>
<div id="menuSearchTextbox"><input type="text" id="menuSearch" name="menuSearch" /></div>
<div id="searchIcon"></div>
<div id="helpIcon"></div>
<div id="helpText">Help</div>
<div id="logoutIcon"></div>
<div id="logoutText">Logout</div>
</div>
<div id="navigation">
<div id="reservations"></div>
<div id="rentals"></div>
<div id="tariffs"></div>
<div id="fleet"></div>
<div id="tools"></div>
<div id="reports"></div>
<div id="systemManagement"></div>
<div id="navigationRepeat"></div>
</div>
<div id="customerForm">
<div id="customerHeader"></div>
<form>
<div id="firstLine">
<div id="customerNo">Customer No.</div>
<input type="text" name="customerNoText" id="customerNoText" size="13" />
<div id="title">Title</div>
<select id="titleCombo">
<option value="selectTitle"></option>
<option value="mr">Mr.</option>
<option value="mrs">Mrs.</option>
<option value="ms">Ms.</option>
</select>
</div>
<div id="secondLine">
<div id="firstName">First Name</div>
<div id="firstNameMandatory"></div>
<input type="text" id="firstNameText" name="firstNameText" size="13"/>
<div id="middleName">Middle Name</div>
<input type="text" id="middleNameText" name="middleNameText" size="13"/>
<div id="lastName">Last Name</div>
<div id="lastNameMandatory"></div>
<input type="text" id="lastNameText" name="lastNameText" size="13"/>
<div id="searchIcon2"></div>
</div>
<div id="thridLine">
<div id="delivery">Delivery</div>
<select id="deliveryCombo">
<option value="selectDelivery">Select</option>
<option value="document">Document</option>
<option value="nonDocument">Non Document</option>
</select>
<div id="collection">Collection</div>
<select id="collectionCombo">
<option value="selectCollection">Select</option>
<option value="small">Small</option>
<option value="large">Large</option>
</select>
</div>
<div id="fourthLine">
<div id="flightNo">Flight No.</div>
<input type="text" id="flightNoText" name="flightNoText" size="5"/>
<select id="flightNoCombo">
<option value="selectFlightNo"></option>
<option value="ul209">UL 209</option>
<option value="ul211">UL 211</option>
</select>
<div id="terminal">Terminal</div>
<input type="text" id="terminalText" name="terminalText" size="13"/>
</div>
<div id="fifthLine">
<div id="specialServices">Special Services</div>
<select id="specialServicesCombo">
<option value="selectSpecialServices"></option>
<option value="plane">Plane</option>
<option value="ship">Ship</option>
<option value="taxi">Taxi</option>
</select>
<div id="raType">RA Type</div>
<select id="raTypeCombo">
<option value="selectRaType"></option>
<option value="a">A</option>
<option value="b">B</option>
</select>
</div>
</form>
</div>
<div id="bottomLine"></div>
<div id="footer">
<div id="footerText1">Terms and Conditions | Contact Us</div>
<div id="footerText2">Copyright © 2010. All rights reserved. Software by EVES IT Lanka (Pvt) Ltd.</div>
<div id="w3cLogo"></div>
</div>
</div>
</body>
</html>
这是我的 CSS
* {
margin: 0px;
padding: 0px;
}
#header #headerBottom {
background-image: url(../images/header_part2.gif);
background-repeat: repeat-x;
height: 6px;
width: auto;
}
#wrapper #flags {
background-image: url(../images/flags.gif);
height: 37px;
width: 960px;
background-color: #FFF;
background-position: 777px;
background-repeat: no-repeat;
}
#header #headerTop {
background-image: url(../images/header_part1.gif);
background-repeat: repeat;
height: 185px;
background-position: center;
}
#wrapper #topLine {
background-image: url(../images/line.gif);
background-repeat: no-repeat;
background-position: center;
height: 5px;
width: 960px;
}
#wrapper #informationTop #informationLeft {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
float: left;
margin-left: 34px;
margin-top: 12px;
}
#wrapper {
background-color: #FFFFFF;
width: 960px;
margin-right: auto;
margin-left: auto;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: double;
border-left-style: double;
border-right-color: #CCC;
border-left-color: #CCC;
}
#wrapper #informationTop #informationRight #informationRightIcon {
background-image: url(../images/help_icon.gif);
height: 20px;
background-repeat: no-repeat;
float: left;
width: 637px;
margin-top: 7.5px;
background-position: 617px;
}
#footer {
margin-bottom: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
padding: 10px;
}
#wrapper #footer #w3cLogo {
background-image: url(../images/w3c_logo.gif);
height: 31px;
width: 960px;
background-repeat: no-repeat;
background-position: center;
margin-top: 10px;
}
#wrapper #bottomLine {
background-image: url(../images/line.gif);
height: 5px;
width: 960px;
margin-top: 736px;
background-repeat: no-repeat;
background-position: center;
}
#wrapper #loginContainer #loginContainerMain form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 30px;
padding-top: 43px;
margin-left: 56px;
margin-right: 40px;
margin-bottom: 68px;
}
#wrapper #informationTop #informationRight #informationRightText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
float: right;
margin-top: 12px;
margin-right: 22px;
}
body {
background-color: #FFFFFF;
background-image: url(../images/background.gif);
background-repeat: repeat-x;
}
#wrapper #information #welcomeText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
float: left;
margin-left: 34px;
margin-top: 14px;
}
#wrapper #information #menuSearchText {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
margin-left: 330px;
margin-top: 14px;
}
#wrapper #navigation {
background-color: #06C;
height: 36px;
width: 960px;
clear: both;
}
#wrapper #information #helpText {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
margin-top: 13px;
margin-left: 5px;
}
#wrapper #information #logoutIcon {
background-image: url(../images/logout_icon.gif);
float: left;
height: 23px;
width: 24px;
margin-top: 8px;
margin-left: 10px;
margin-bottom: 12px;
}
#wrapper #information #logoutText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
float: right;
margin-top: 13px;
margin-right: 17px;
}
#wrapper #information #menuSearchTextbox #menuSearch {
float: left;
margin-top: 9px;
margin-left: 10px;
}
#wrapper #navigation #reservations {
background-image: url(../images/reservation_button.gif);
height: 36px;
width: 86px;
float: left;
}
#wrapper #navigation #rentals {
background-image: url(../images/rental_button.gif);
height: 36px;
width: 124px;
float: left;
}
#wrapper #navigation #tariffs {
background-image: url(../images/tariff_button.gif);
height: 36px;
width: 59px;
float: left;
}
#wrapper #navigation #fleet {
background-image: url(../images/fleet_button.gif);
float: left;
height: 36px;
width: 64px;
}
#wrapper #navigation #tools {
background-image: url(../images/tools_button.gif);
height: 36px;
width: 56px;
float: left;
}
#wrapper #navigation #reports {
background-image: url(../images/reports_button.gif);
float: left;
height: 36px;
width: 71px;
}
#wrapper #navigation #systemManagement {
background-image: url(../images/systemManagement_button.gif);
height: 36px;
width: 135px;
float: left;
}
#wrapper #navigation #navigationRepeat {
background-image: url(../images/navigation_repeat.gif);
width: 365px;
height: 36px;
float: right;
background-position: right;
background-repeat: repeat-x;
}
#wrapper #navigation {
border: 1px solid #adb09d;
}
#wrapper #information #searchIcon {
background-image: url(../images/search_icon.gif);
height: 16px;
width: 16px;
float: left;
margin-left: 14px;
margin-top: 13px;
}
#wrapper #information #helpIcon {
background-image: url(../images/help_icon.gif);
height: 20px;
width: 20px;
float: left;
margin-top: 10px;
margin-left: 26px;
}
#wrapper #customerForm {
height: 226px;
width: 682px;
margin-top: 53px;
margin-left: 11px;
border: 1px solid #F30;
}
#wrapper #customerForm #customerHeader {
background-image: url(../images/customer_header.gif);
height: 18px;
width: 682px;
background-position: center;
background-repeat: no-repeat;
}
#wrapper #customerForm form #firstLine {
height: 22px;
width: 682px;
margin-top: 39px;
}
#wrapper #customerForm form #secondLine {
height: 22px;
width: 682px;
margin-top: 6px;
}
#wrapper #customerForm form #thridLine {
height: 22px;
width: 682px;
margin-top: 6px;
}
#wrapper #customerForm form #fourthLine {
height: 22px;
width: 682px;
margin-top: 6px;
}
#wrapper #customerForm form #fifthLine {
height: 22px;
width: 682px;
margin-top: 6px;
}
#wrapper #customerForm form #firstLine #customerNoText {
float: left;
margin-left: 9px;
}
#wrapper #customerForm form #thridLine #delivery {
}
#wrapper #customerForm form #firstLine #titleCombo {
}
#wrapper #customerForm form #fifthLine #specialServices {
}
#wrapper #customerForm form #firstLine #customerNo {
float: left;
margin-left: 46px;
}
#wrapper #customerForm form #firstLine #title {
float: left;
margin-left: 70px;
margin-right: 10px;
}
#wrapper #customerForm form #secondLine #firstName {
float: left;
margin-left: 60px;
}
#wrapper #customerForm form #secondLine #middleName {
float: left;
margin-left: 19px;
}
#wrapper #customerForm form #secondLine #firstNameMandatory {
background-image: url(../images/mandatory_icon.gif);
height: 8px;
width: 8px;
float: left;
}
#wrapper #customerForm form #secondLine #LastName {
float: left;
}
#wrapper #customerForm form #secondLine #firstNameText {
float: left;
margin-left: 3px;
}
#wrapper #customerForm form #secondLine #middleNameText {
float: left;
margin-left: 10px;
margin-right: 22px;
}
#wrapper #customerForm form #secondLine #lastNameMandatory {
background-image: url(../images/mandatory_icon.gif);
height: 8px;
width: 8px;
float: left;
}
#wrapper #customerForm form #secondLine #lastName {
float: left;
}
#wrapper #customerForm form #secondLine #lastNameText {
float: left;
margin-left: 3px;
}
#wrapper #customerForm form #secondLine #searchIcon2 {
background-image: url(../images/search_icon.gif);
height: 16px;
width: 16px;
float: left;
margin-left: 5px;
}
#wrapper #customerForm form #thridLine #delivery {
float: left;
margin-left: 77px;
}
#wrapper #customerForm form #thridLine #deliveryCombo {
float: left;
margin-left: 11px;
width: 105px;
}
#wrapper #customerForm form #thridLine #collection {
float: left;
margin-left: 36px;
}
#wrapper #customerForm form #thridLine #collectionCombo {
float: left;
margin-left: 10px;
width: 105px;
}
#wrapper #customerForm form #fourthLine #flightNo {
float: left;
margin-left: 70px;
}
#wrapper #customerForm form #fourthLine #flightNoText {
float: left;
margin-left: 10px;
}
#wrapper #customerForm form #fourthLine #flightNoCombo {
float: left;
width: 49px;
}
#wrapper #customerForm form #fourthLine #terminal {
float: left;
margin-left: 38px;
}
#wrapper #customerForm form #fourthLine #terminalText {
margin-left: 15px;
}
#wrapper #customerForm form #fifthLine #specialServices {
float: left;
margin-left: 30px;
}
#wrapper #customerForm form #fifthLine #specialServicesCombo {
float: left;
width: 105px;
margin-left: 11px;
}
#wrapper #customerForm form #fifthLine #raType {
float: left;
margin-left: 42px;
}
#wrapper #customerForm form #fifthLine #raTypeCombo {
margin-left: 14px;
width: 105px;
}
#wrapper #customerForm form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
那么谁能指导我下一步应该做什么?? ......我想这就是全部。
最佳答案
而不是使用 size
属性,您应该使用 CSS 来设置字段的宽度。此外,根据用户代理,<input>
和 <select>
元素可能使用与传统 W3C“内容框”模型不同的框模型。
您可以使用以下 CSS 在所有浏览器(包括 IE)上设置相同的输入大小:
input, select {
width: 105px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
这将强制所有输入使用边框模型(Quirks IE 模型)并确保您的输入在所有浏览器上的大小相同。
关于html - 表单的跨浏览器兼容性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4814014/
我的“登录”是在 IE 浏览器中进行的,登录后,如果我单击链接,它们就会在 Chrome 浏览器中打开。如何在同一个测试用例中将我当前的浏览器从 IE 切换到 Chrome。如果我创建一个 chrom
您好,我不明白在 Firefox 的内容属性中使用的特殊字符的不同显示行为。我已经剥离了一切并创造了一支笔: http://codepen.io/rpkoller/pen/Fbgav 在其“基本形式”
我正在研究 Spring Data REST,特别是 HAL 浏览器。我一直在关注 http://docs.spring.io/spring-data/rest/docs/current/refere
我正在使用工具提示,在 ie 上出现定位错误。我放了jquery浏览器代码 我的工具提示 $('.tooltip').tooltip({ position: "bottom center"
我应该如何处理蓝鸟协程中的错误? 我使用co in节点已有一段时间,它具有出色的捕获功能。 co(function*() { return new Promise(function(resol
package webviewbrowser; import java.util.List; import javafx.application.Application; import javafx.
我有一些 JavaScript 在同一域上的两个独立服务器之间共享请求。 .com 是 JavaScript 中域的要求吗? 在这种情况下,两台服务器都位于 .abc.tyy 域上,tyy 通常是 .
package webviewbrowser; import java.util.List; import javafx.application.Application; import javafx.
我正在尝试构建仍支持 NPAPI 的先前版本的 Chromium 浏览器。我已经获得了代码,并且可以使用 stand build 命令在我的 mac 上构建最新版本的 Chromium gclient
我环顾四周,找不到 browscap 的 Python 等效项(我在 PHP 中使用它来检测给定的用户代理字符串是什么浏览器。 我希望我不必自己写......:P 最佳答案 看看这个,它应该做你想要的
是否有任何 chrome 或 firefox 扩展允许 javascript 在客户端 PC 中创建写入文件? 最佳答案 你想做什么? HTML5 有一个 File API .这是最好的解决方案,因为
当我点击链接或刷新或关闭标签页时,我有这段代码会发出警报。 但我需要在关闭 窗口(选项卡)上仅 发出警报。怎么做? 我的网站上有很多外部和内部链接。
我目前正在尝试使用 Browserify + Angular,但我遇到了一个奇怪的问题。我在我的 Controller 的子目录中创建了一个名为 controllers/start-controlle
我正在为客户(项目已被接受,但现在是解释不同功能的问题)写一份详细的估算,以开发一个响应式布局的网站。 这不是我第一次进行此类开发,但这是一个关键客户,必须铺平道路。 布局将从 300px 宽度调整到
我在时事通讯上设计了一些黑底白字。由于时事通讯在打印时看起来不错且可读。我需要使布局和文本与浏览器中的内容相似。 通常情况下,黑色文本和无背景颜色是浏览器/网络邮件客户端的默认打印样式吗? 最佳答案
我有一个使用 GWT/mGWT 构建的移动友好网络应用程序。该应用程序有白色输入文本框和深灰色输入文本。但是,在 Android 浏览器上,文本显示为白色,因此是不可见的。我尝试的所有 CSS 都无法
我创建了一个带有选择输入的页面来更改正在使用的 jQuery UI 主题。当主题更改时,它会存储在 cookie 中。页面加载时,如果 cookie 存在,则恢复主题,否则加载默认主题。 当我使用 F
在我的 CSS 中,我使用了以下代码片段: word-break: break-word; -webkit-hyphens: auto; hyphens: auto; 渲染引擎如何知道在所有不同语言中
我的网络浏览器 Safari 有问题,我在 Chrome、FireFox 中测试了我的网站。 Safari 版本也是正确的,但是,当需要在 1920x1080 或更高分辨率下对其进行测试时,它无法正常
就目前情况而言,这个问题不太适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、民意调查或扩展讨论。如果您觉得这个问题可以改进并可能重新开放,visit
我是一名优秀的程序员,十分优秀!