另一个 IE 图像对齐问题:浮动在右侧文本对齐古怪之处
我有一个 元素设置为
display:block
,其中有一些文本和一个 png 图像。 设置为
text-align:right
,图像设置为 float:right
。
除了 IE 8(但没有尝试过早期版本的 IE)之外,它在所有浏览器中都很好,它会在文本下方显示图像。如果我使用旧的负边距技巧,它会将图像覆盖在文本之上。
请注意,我必须包含 X-UA-Compatible 元标记才能使脚本正常工作(jQuery)。
我知道 IE 已经对 png 和 float 进行了调整。可以设置边距等以使它们看起来不错,但是有人想过为什么它们不只是流动在一起吗?
注意:我尝试在常规 div 中使用文本和 img 进行测试,这是同样的问题。
I have an <a>
element set to display:block
, inside of which is some text and a png image. The <a>
is set to text-align:right
and the image is set to float:right
.
It's fine in all browsers except IE 8( but haven't tried with earlier versions of IE), which displays the image below the text. If I do the old negative margin trick, it overlays the image on top of the text.
Note that I had to include the X-UA-Compatible meta tag to make the scripts work at all (jQuery).
I know IE has been tweaky with both png and float. It's possible to set margins and such to get them to look okay, but does anyone have thoughts about why they aren't just flowing together?
Note: I tried tests with text and the img in a regular div and it's the same issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论