欧美一级色视频,簧片在线免费看,美日韩在线,成人观看网站a,亚洲欧美在线一区二区,欧美操穴,欧美综合专区

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

FIREFOX和IE中的margin屬性

2015.09.10 | 638閱讀 | 0條評論 | 未命名

margin在firefox下不起作用的解決方法一共有兩種,示例代碼如下:

<div style="width:800px; height:auto; background-color:#00FF00"> 
<div style="margin-top:15px;">在IE下</div> 
</div>

解決方法一:是在父級容器div上加overflow:hidden 或overflow:auto

<div style="width:800px; height:auto; background-color:#00FF00;overflow:auto"> 
<div style="margin-top:15px;">在firefox下</div> 
</div>

解決方法二:是在子級div中加上float參數(shù)

例如float:left或者float:right根據(jù)實(shí)際情況而定

<div style="width:800px; height:auto; background-color:#00FF00"> 
<div style="margin-top:15px;float:left;">在firefox下</div> 
</div>

贊 (

發(fā)表評論

颍上县| 渝中区| 梁河县| 牡丹江市| 顺昌县| 胶州市| 大宁县| 宝清县| 广州市| 阿克陶县| 永宁县| 新竹市| 综艺| 合江县| 怀安县| 灵武市| 沛县| 全州县| 望城县| 玉溪市| 新竹市| 麻江县| 卫辉市| 崇阳县| 临沂市| 于田县| 阜城县| 鄱阳县| 汉川市| 濮阳市| 高邮市| 自贡市| 苏尼特左旗| 原阳县| 班玛县| 延寿县| 策勒县| 衡阳市| 贵阳市| 澳门| 灵璧县|