gpt4 book ai didi

html - IE8定位,噩梦!

转载 作者:行者123 更新时间:2023-11-28 15:00:10 24 4
gpt4 key购买 nike

嗨,你猜怎么着,我有一个 IE 定位问题!这是在 8 中,所以天知道其他版本中发生了什么(稍后检查)

两个盒子都调用同一个类,为什么IE这么难?

这是它的外观:

right

这是它的样子:

wrong

CSS:(为了便于阅读删除了注释)

div .roundbigboxkunde {
background-image:url(../../upload/EW_kunde_info.png);
background-position:top center;
padding:10px;
padding-top:10px;
padding-bottom:20px;
width:560px;
height:1%;
border-width:1px;
border-color:#dddddd;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
z-index:1;
position:relative;
overflow:hidden;


}

div .roundbigboxkundei {

margin-top:10px;
padding:10px;
padding-top:10px;
padding-bottom:10px;
width:760px;
height:1%;
position:relative;
overflow:hidden;

和 HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<div class="roundbigboxkunde">
<div class="roundbigboxkundei">

<p id="nyk">&nbsp;</p>
<div id="bg_box2"></div>
<p class="required">

<label for="billing_firstName"><span class="label">Fornavn:</span></label>
<fieldset class="error"><input name="billing_firstName" class="text" type="text" value="Kyle"/>

<div class="errorText hidden"></div>
</fieldset>
</p>

CONTENT CONTINUES

</fieldset>

Here is the page

最佳答案

鉴于您有一些内容看起来像是出现在其他内容中,如果我是您,我会首先仔细检查您的所有标签是否已关闭(即,您没有丢失的 <div>它的 </div> )。

但是很难从您发布的内容中判断出来。 . .如果页面托管在某个地方并且您可以链接到它,那么调试起来会更容易。

关于html - IE8定位,噩梦!,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2508247/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com