img 的 CSS max-width 使 IE 使用“原始”宽度div/表格宽度
我有一个网站,用户可以在其中发送丰富的文本描述。
我对包含此描述的 div
(也尝试过的表格)内的图像使用 max-width
属性。
它在 FF 和 Chrome 上工作得很好,但在 IE 上却给我带来了一些麻烦(一如既往)。
问题是,在 IE 上,图像的大小被调整(缩小),但 div
仍然表现得好像它有一张大图像。
在 FF 和 Chrome 上:
IE 上的问题:
那么,你们能帮助我吗?有办法解决这个问题吗?
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:
Problem on IE:
So, can you people help me? Is there a way to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有同样的问题,我确信你正在使用“浮动”属性(这很好),总线仍然,为了让它在(可怕的)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.