还有人见过这个 IE6.0 显示问题吗?
有谁见过这种类型的IE显示问题吗?
示例 http://xs133.xs.to/xs133/08465/ie_problem910 .jpg.xs.jpg
请注意,它在渲染时会进行某种自动换行/复制。
棕色框的代码和其中应包含的文本是:
<div class='span-23'>
<div class='span-7'>
<div class='info_box' style='height: 30px; padding-top: 10px'>
<div class='span-4'><b>Vehicle Full Term Premium:</b></div>
<div class='span-2' id='veh_ft_prem' style='text-align: right;'></div>
<div class='span-4'><b>Vehicle Written Premium:</b></div>
<div class='span-2' id='veh_writ_prem' style='text-align: right;'></div>
</div>
</div>
</div>
我正在使用 BlueprintCSS,info_box CSS 类是:
.info_box {
background: #fbe6a0;
color: #222222;
border-color: #222222;
padding:.8em;
padding-right: 0;
margin-bottom:1em;
border:2px solid #222222;}
Has anyone seen this type of IE display problem?
Example http://xs133.xs.to/xs133/08465/ie_problem910.jpg.xs.jpg
Note that it is doing some sort of word-wrap/duplication when it renders.
The code for the brown box and the text that should be in it is:
<div class='span-23'>
<div class='span-7'>
<div class='info_box' style='height: 30px; padding-top: 10px'>
<div class='span-4'><b>Vehicle Full Term Premium:</b></div>
<div class='span-2' id='veh_ft_prem' style='text-align: right;'></div>
<div class='span-4'><b>Vehicle Written Premium:</b></div>
<div class='span-2' id='veh_writ_prem' style='text-align: right;'></div>
</div>
</div>
</div>
I'm using BlueprintCSS and the info_box CSS class is:
.info_box {
background: #fbe6a0;
color: #222222;
border-color: #222222;
padding:.8em;
padding-right: 0;
margin-bottom:1em;
border:2px solid #222222;}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
嗯.. 抱歉,但我没有看到你的问题.. 即使在 IE6 中也是如此。
嗯,有几个网站在 CSS 问题等方面非常好。
尝试 http://www.positioniseverything.net 是一个非常好的选择 =D
抱歉,如果我帮不上忙..
Hmm.. sorry but I didn't see your problem.. even in IE6.
Well, there are several websites that are very good in CSS issues and etc.
Try http://www.positioniseverything.net is a very good one =D
Sorry if I couldn't help..
在最奇怪的 IE 渲染错误下,看起来没有任何东西可能导致这种情况。
Nothing there looks like it even could cause that under the strangest of IE render bugs.
经过一番摆弄后,事实证明,如果我显示的框上方有一个隐藏的对象,那就是问题的原因。
抱歉,我没有给你更多信息,但当时,它看起来确实像帕特里克所说的那样,不应该存在 IE 渲染错误。
我希望能对其他人有所帮助!
谢谢!
After a bunch of fiddling, it turns out that if you have a hidden object ABOVE the box I showed, that is the cause of the problem.
Sorry I didn't give you more information, but at the time, it did seem exactly as Patrick said and there shouldn't have been a IE render bug.
I hope that helps someone else out there!
Thanks!