gpt4 book ai didi

html - 如何在两个并排的 div 中垂直居中放置文本?

转载 作者:可可西里 更新时间:2023-11-01 13:18:26 24 4
gpt4 key购买 nike

感谢阅读本文。

我有类似于下面的标记。当只有一行文本时使用行高有效,但评论数据通常是多行的。使标签和数据垂直居中的最佳方法是什么?

<html>
<head>
<style>
body {margin:0; padding:0; font-size:12px; font-family:Verdana; text-align:center;}
body {text-align: -moz-center; } /* For Firefox */
.record {width:760px; text-align:left; }
.label {float:left; width:125px; line-height:75px;}
.data {float:left; margin-left:10px; line-height:75px;}
.clear {clear:left;}
</style>
</head>
<body>
<div class="record">
<div class="label">Subject:</div>
<div class="data">This is the subject</div>
<span class="clear"></span>

<div class="label">Status:</div>
<div class="data">This is the status</div>
<span class="clear"></span>

<div class="label">Comments:</div>
<div class="data">These are the comments</div>
<span class="clear"></span>
</div>
</body>
</html>

最佳答案

http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

当然还有:

http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=vertically+align+text+div&spell=1

:)

table 有它们的位置;但最好在求助于表格之前尝试弄清楚如何在 div 中执行某些操作。这样,当您无法在表格中执行某项操作时,您会立即知道如何在 div 中执行该操作。此外 - 尽管它们可能比表格更复杂,但一旦您知道如何操作,它们就会在您的设计中提供更大的灵 active 。

关于html - 如何在两个并排的 div 中垂直居中放置文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/401996/

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