你好堆棧溢出用戶。 我在這裏有點掙扎,我有4個div。Div並排,寬度自動調整
我想爲div 4調整它的寬度,如果調整屏幕大小。基本上只是留在其他divs,並進行調整。 Div 1,2和3都有position:fixed
以避免用戶在頁面上滾動時移動它們。
但無論我嘗試與width:auto
等。 div 4繼續保持div 3的全長。我有一個保證金設置讓它通過div 1的寬度長度。
我一直在困難的時間圍繞這一個,我的div的代碼列在下面。
.navbar-left {
position: fixed;
width: 325px;
top: 0px;
bottom: 0;
z-index: 1001;
height:auto;
}
.navbar-top{
width:100%;
height:60px;
position:fixed;
top:0;
z-index:1002;
}
.navbar-right{
width: 365px;
top:0;
height:100%;
position:fixed;
right:0;
}
事業部4還沒有上市,因爲代碼沒有工作。任何幫助是極大的讚賞。
該代碼使得它的瀏覽器的全長的總和。 – Codey93
@ Codey93抱歉...代碼現在已更新。希望有所幫助。 – vishnu