带图像的 Div 浮动
当我用文本浮动一个 div 时,它的行为就是我想要的,但是当我将图像放入其中时,浮动的行为方式不同,然后图像会向下一行。这是为什么?
When I float a div with text it in the behavior is what I want but when I put an image inside, the float dosen't behave the same way and the image then goes down one line. Why is that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您希望文本位于图像的右侧,请将图像放在文本之前。
确保文本流向 img float:left 的右侧。
如果你首先想要文本然后图像
Put the image before the text if you want the text on the right side of the img.
to make sure the text flows to the right of the img float:left.
if you first want text then image
从我最喜欢的东西中找出这些,因为它们过去对我有帮助。 Galchen 是对的 - 我们需要一些标记/CSS 来更好地理解您的问题。
如果将图像设置为样式中的块元素,则图像可能会下降 - 这会执行此操作。
http://css.maxdesign.com.au/floatutorial/
http://www.tizag.com/cssT/float.php
Dug these up from my favorites as they've helped me in the past. Galchen is right - we need some markup / CSS to better understand your issue.
The Image might go down if it's being set to a block element in a style - which would do this.
http://css.maxdesign.com.au/floatutorial/
http://www.tizag.com/cssT/float.php