开发者

Plain Text in Vertical Alignment in HTML

开发者 https://www.devze.com 2023-01-01 04:06 出处:网络
How to set any pla开发者_如何学运维in text in Vertical Alignment in HTML?The CSS property vertical-align ist only either for vertical alignment in table cells or for vertical alignment of inline eleme

How to set any pla开发者_如何学运维in text in Vertical Alignment in HTML?


The CSS property vertical-align ist only either for vertical alignment in table cells or for vertical alignment of inline elements to each other.

There is no real vertical centering in CSS, but there way to "work around" it:

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

More alternatives: http://www.google.com/search?&q=css+vertical+centering


<div style="vertical-align: top;">plain text</div>
0

精彩评论

暂无评论...
验证码 换一张
取 消