[問題] height: auto;
我有以下的 CSS 程式碼:
#con {
background:#003366;
width:300px;
height:300px;
}
#test1 {
background:#CCCCCC;
width:150px;
height:150px;
}
#test2 {
background:#00CC66;
width:150px;
height:auto;
}
當我寫 <div id="con"><div id="test1"></div><div id="test2"></div></div>,
瀏覽器不管是 IE 或 Firefox,test2 區塊的高度都不會自動延伸
(我以為它會自動延伸 150px,因為母組件的高度是 300px,test1 的高度是150px),
想請問怎麼無法自動延伸呢?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.172.62.231
→
03/02 01:20, , 1F
03/02 01:20, 1F
→
03/02 01:39, , 2F
03/02 01:39, 2F