开发者

Plain Text in Vertical Alignment in HTML

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜