效果不一樣怎么回事
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative; ? ? ?
}
#box4{
? ? width:99%;
? position:absolute;
? ? bottom:0;
? ??
? ? }
我這樣寫,但最終文字部分不是出現(xiàn)在女生所在圖中,而是和女生圖遠(yuǎn)離,在最下面,這是什么原因
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative; ? ? ?
}
#box4{
? ? width:99%;
? position:absolute;
? ? bottom:0;
? ??
? ? }
我這樣寫,但最終文字部分不是出現(xiàn)在女生所在圖中,而是和女生圖遠(yuǎn)離,在最下面,這是什么原因
2015-10-27
舉報(bào)
2015-10-28
說明寫反了唄。。。你都bottom 0了 ?還不是最下面么。。。。