【发布时间】:2012-04-02 03:21:03
【问题描述】:
是否可以在 div 中垂直对齐图像(可变高度)?它可以在 IE 7 及更高版本中运行吗?我知道它可以通过显示来完成:table-cell 但 IE 7 不支持 table-cell...
希望有人有解决办法?
【问题讨论】:
标签: html css xhtml vertical-alignment
是否可以在 div 中垂直对齐图像(可变高度)?它可以在 IE 7 及更高版本中运行吗?我知道它可以通过显示来完成:table-cell 但 IE 7 不支持 table-cell...
希望有人有解决办法?
【问题讨论】:
标签: html css xhtml vertical-alignment
<div style="border: 1px solid #000;line-height:100px;">
something in here
</div>
【讨论】: