在 IE 中,在文本框中左右浮动图像奇怪的间距
我的例子是 这里
当被告知在 FF 中右对齐或左对齐时,徽标看起来很好,而且它们看起来与文本正确换行,但在 IE 中,第一行文本后会出现巨大的间隙。
我还创建了左右浮动样式并尝试应用于徽标,但得到了相同的效果。 我知道这是 IE 中的一个问题,但我还没有找到解决方案。
My example is here
The logos look fine when told to align right or left in FF and they seem to wrap properly with the text, but in IE a huge gap shows up after the first line of text.
I have also created float right and left styles and tried to apply to the logos but got the same effect. I know this is an issue in IE, but I haven't found the fix for it yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在 floatleft 和 floatright CSS 声明中包含 float 属性,而不是在 HTML 中使用align="left"和align="right":
Rather than using the align="left" and align="right" in your HTML, just include float attributes in your floatleft and floatright CSS declarations: