【发布时间】:2011-01-23 03:11:40
【问题描述】:
我正在尝试将 html 和 css 中 div 框内的图像居中对齐(水平和垂直)。我无法将其居中对齐。这是我的以下代码。
<div style="float:left;margin: 10px" >
<div style="border:1px solid gray;width: 60px;height: 60px;text-align:center;">
<img style="max-height: 60px;max-width: 60px;"
src="http://t1.gstatic.com/images?q=tbn:UnPJn535Xfha7M:http://gizmodo.com/assets/resources/2007/07/ipod_6gen_1.jpg"/>
</div>
</div>
图像与顶部对齐。我尝试在 img 标签内使用 vertical-align:middle 但它没有用。
【问题讨论】:
-
链接到网站plz :),然后我可以看到问题。