亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: div display=inline background-image 的時(shí)候,圖片不顯示 [打印本頁]

作者: a52527459    時(shí)間: 2011-12-19 14:02
標(biāo)題: div display=inline background-image 的時(shí)候,圖片不顯示
當(dāng)display=inline的時(shí)候background內(nèi)的image就不顯示了~~~~~~~~~~~~

解決方法:還是用display:block 同時(shí)使用 float:left

這樣所有元素跑到最多邊了..想居中???

在外圍再加一個(gè)div,讓這個(gè)div居中 就可以達(dá)到效果了..


<div style="width:100px;height:100px;border:5px solid green;margin:0px auto;" align="center">
    <div style="float:left;width:40px;height:40px;border:3px solid Blue;margin:2px;background:#ccc"></div>
    <div style="float:right;width:40px;height:40px;border:3px solid red;margin:2px;background:#ccc"></div>
</div>


效果圖:







歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2