还有人见过这个 IE6.0 显示问题吗?

发布于 2024-07-08 05:37:33 字数 1068 浏览 8 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

李白 2024-07-15 05:37:34

嗯.. 抱歉,但我没有看到你的问题.. 即使在 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..

蓝眼睛不忧郁 2024-07-15 05:37:34

在最奇怪的 IE 渲染错误下,看起来没有任何东西可能导致这种情况。

Nothing there looks like it even could cause that under the strangest of IE render bugs.

人事已非 2024-07-15 05:37:34

经过一番摆弄后,事实证明,如果我显示的框上方有一个隐藏的对象,那就是问题的原因。

抱歉,我没有给你更多信息,但当时,它看起来确实像帕特里克所说的那样,不应该存在 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文