大家都沒這個問題嗎,設(shè)置完margin:-20px 0 0 -100px;圖片飄出div后直接消失了,為什么?????????
css部分
<style type="text/css">
*{margin:0;padding:0;}
.wch{width:300px;padding:20px;background:#9CF;border:1px solid #ccc;margin:100px;position:relative}
img{width:50px;height:50px;float:left;margin:-20px 0 0 -30px;}
p{font-size:12px;line-height:25px;}
span{position:absolute;right:20px;top:20px;font-size:12px;}
</style>
就像是周圍空白頁面將圖片蓋住了一樣,求大神,老師解答
2016-03-31
我研究了好久,然后我終于找到問題原因了,原來是清除浮動的那個東西沒有去掉,所以頭像就浮動不起來。就是這個二貨。
2016-03-31
我也遇到了同樣的問題呀- - ?解決問題了嗎
2015-08-17
超出范圍肯定會蓋住他啊 ? ?