gpt4 book ai didi

css - Div 与图像垂直对齐

转载 作者:太空宇宙 更新时间:2023-11-04 15:29:48 25 4
gpt4 key购买 nike

我知道这已经被问过很多很多次了,但我仍然无法独自完成我想要的。我查看了各种网站寻求帮助,例如 HereHere以及使用具有垂直对齐、行高等的显示表。

这是我想要完成的(我知道我可能需要添加更多的 div)。文本并不总是恒定的,所以我不能只设置填充并完成它,因为红色和蓝色文本的长度可能会发生变化。

Image of my divs

这是我目前拥有的一个简单的 jsFiddle:http://jsfiddle.net/gP2U8/9/

<div class="container">
<div class="left">
<img src="http://www.gadgets-for-men.co.uk/wp-content/themes/revolution_tech-20/images/rss-icon-50.gif" />
<span>This is text below the image</span>
</div>
<div class="right">
<span>This is text to the right of the image, will usualy contain a lot of text. This is text to the right of the image, will usualy contain a lot of text. This is text to the right of the image, will usualy contain a lot of text. This is text to the right of the image, will usualy contain a lot of text.</span>
</div>
</div>


.container{
border: 1px solid black;
width: 400px;
height: auto;
position: relative;
display: inline-block;
}

.left{
float:left;
width: 25%;
}

.right{
float: right;
width: 75%;
}

.left, .right{
margin-top: 25px;
margin-bottom: 25px;
}

最佳答案

你们太亲密了!只需将图像设置为 display: block

http://jsfiddle.net/d4DaV/1/

关于css - Div 与图像垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15464930/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com