【发布时间】:2025-11-10 23:00:02
【问题描述】:
我在 div 中有一个相邻的图像和文本。我正在尝试将文本垂直对齐在中间,但它保持在顶部。请帮忙!
HTML:
<div class="title-block">
<div class="img-holder"><img width="101" height="104" src="http://www.girlsguidetomanners.com/wp-content/uploads/2014/02/url-16-101x104.jpeg" class="attachment-homepoststhumbnail wp-post-image" alt="url-16" /></div>
<div class="title">Get Your Nose Out of Your IPhone</div>
</div>
CSS:
.title-block {
width:272px;
height: 110px;
vertical-align:middle;
}
.img-holder {
float: left;
margin: 0 6px 0 0;
position: relative;
}
.img-holder img {
display: block;
}
.title {
display:block;
text-transform: uppercase;
margin: 8px 0 9px;
}
【问题讨论】:
-
此链接将有助于理解垂直对齐impressivewebs.com/difference-block-inline-css