IE怪癖模式:图像显示块
在 IE 的怪异模式下,当设置为绝对位置时,图像似乎保持内联。
<li style='padding-left:25px;position:relative'>
Hello, I am some text
<img src='http://userserve-ak.last.fm/serve/34s/2378690.jpg' style='position:absolute;left:0px;'/>
</li>
有什么方法可以使其表现得像标准模式(仅使用 CSS)吗?
In IE's quirks mode, it appears images remain inline when set to position absolute.
<li style='padding-left:25px;position:relative'>
Hello, I am some text
<img src='http://userserve-ak.last.fm/serve/34s/2378690.jpg' style='position:absolute;left:0px;'/>
</li>
Is there any way to make this behave like it were in standards mode (with just CSS)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)