img 的 CSS max-width 使 IE 使用“原始”宽度div/表格宽度

发布于 2025-01-02 18:40:05 字数 544 浏览 0 评论 0原文

我有一个网站,用户可以在其中发送丰富的文本描述。

我对包含此描述的 div (也尝试过的表格)内的图像使用 max-width 属性。

它在 FF 和 Chrome 上工作得很好,但在 IE 上却给我带来了一些麻烦(一如既往)。

问题是,在 IE 上,图像的大小被调整(缩小),但 div 仍然表现得好像它有一张大图像。

在 FF 和 Chrome 上:

http://www.meuleague.com/legends/images/unrelated/no-bug.jpg

IE 上的问题:

http://www.meuleague.com/legends/images/unrelated/bug-ie.jpg

那么,你们能帮助我吗?有办法解决这个问题吗?

I have a website where users can send their RICH text description.

I'm using max-width property for images inside the div (tried table too) that contains this description.

It's working perfectly of FF and Chrome but giving me some trouble (as always) on IE.

The thing is that, on IE, the images are resized (reduced) but the div still acts like it has one big image there.

Right on FF and Chrome:

http://www.meuleague.com/legends/images/unrelated/no-bug.jpg

Problem on IE:

http://www.meuleague.com/legends/images/unrelated/bug-ie.jpg

So, can you people help me? Is there a way to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

可遇━不可求 2025-01-09 18:40:05

有同样的问题,我确信你正在使用“浮动”属性(这很好),总线仍然,为了让它在(可怕的)IE下工作,你需要给每个div“高度”和“ width' 属性,即使他们从其他人那里获得它,或者默认情况下。
然后适当地组织一下,就完成了。

Had the same problem, I'm sure you're using the 'float' property (which is fine), bus still, for it to work under (the horrible) IE, you need to give every div the 'height' and 'width' properties, even if they get it from someone else, or by default.
Then just organize it properly, and you're done.

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