#content { width: 100%;text-align:center; }
.item { float:left;}
然後
...
<div id="content">
<div class="item"><img /><br />wordsn</div>
<div class="item"><img /><br />stuff</div>
<div class="item"><img /><br />asdasdasdn</div>
<div class="item"><img /><br />Dhdfrhwon</div>
<div class="item"><img /><br />sewfafdion</div>
</div>
...
我想中心這些圖像在div項目,並讓它們漂浮在彼此旁邊,並將它包裹得很好。不工作。
我已經嘗試了一切,它在IE中工作,並在Firefox中斷,所以我砍了一些更多的廢話,然後它在IE瀏覽器中斷。我是PHP需要CSS。
這隻適用於固定寬度。通常不切實際。 – 2010-06-18 21:10:21
這個幾乎可以工作但在IE中破壞 – 2010-06-18 21:10:31
你還漂浮着嗎?它應該在I.E中正常工作。 – Aren 2010-06-18 21:15:31