0
我有20個圖標,我要讓他們從圖像的中心的水平線。但是我不能使用HTML表格,因爲我希望它能夠響應。應該爲移動用戶打包。通過使用HTML表我想我應該使用1行和20列,但它不會包裝小屏幕。創建一個居中的表,引導
我造就了一批這樣的div。這是好的。 http://jsfiddle.net/mayJ6/
<div style="display: inline-block; border: solid 1px black;">
<a href="http://www.example.com" target="_blank" >
<img src="http://profile.ak.fbcdn.net/hprofile-ak-prn1/157940_262105851352_1630693163_q.jpg"
width="50" height="50" alt="photo"/>
</a>
</div>
但this answer告訴不要在這種情況下,使用內嵌式地顯示塊。有更好的解決方案看起來相似,使用Twitter Bootstrap等?