0
在this page,以在Chrome 480像素視口,我想設置:.container高度自動不適應內容
#header.boxed .container {
height: auto;
}
代替:
#header.boxed .container {
height: 186px;
}
當我做這個,#header.boxed .container
比我需要的不高。
如何確保#header.boxed .container
足夠高以顯示其內容?
謝謝。
非常感謝馬迪。我只需要'#header.boxed .container {height:auto; }'或'#header.boxed {height:auto; }'總體來說,'#header.boxed'的行爲適應混合的視圖端口寬度,並且不會讓導航在其頂部蔓延,並且'{#top .logo img {width:100 %!重要; height:auto!important;}'控制'#header.boxed'的高度。 – Steve