第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

在 CSS 中移動(dòng)側(cè)邊欄

在 CSS 中移動(dòng)側(cè)邊欄

斯蒂芬大帝 2024-01-22 15:44:19
.wrapper{    width: 1024px;    margin: auto;}.left-sidebar {    z-index: 9999;    width: 200px;    background: #303030;    height:100%;    overflow: auto;}#sidebar {    min-width: 200px;    min-height: 200px;    background: #303030;    color: #fff;    position:fixed;    transition: all 0.3s;    z-index:999;    height:100%;    width: 25%;    float: left;}<div class="wrapper">  <div class="left-sidebar">    <nav id="sidebar">我想將此側(cè)邊欄移至最左側(cè)和頂部。我嘗試刪除填充,但沒有填充,所以它什么也沒做。如何將側(cè)邊欄移動(dòng)到最左側(cè)和最頂部?
查看完整描述

1 回答

?
忽然笑

TA貢獻(xiàn)1806條經(jīng)驗(yàn) 獲得超5個(gè)贊

既然你正在使用position: fixed. 只需在導(dǎo)航側(cè)邊欄容器中將top和css 屬性設(shè)置為 0 即可。left


.wrapper {

    width: 1024px;

    margin: auto;

}

.left-sidebar {

    z-index: 9999;

    width: 200px;

    background: #303030;

    height:100%;

    overflow: auto;

}

#sidebar {

    min-width: 200px;

    min-height: 200px;

    background: #303030;

    color: #fff;

    position: fixed;

    top: 0;

    left: 0;

    transition: all 0.3s;

    z-index: 999;

    min-height: 100%;

    width: 25%;

    float: left;

}

<div class="wrapper">

  <div class="left-sidebar">

    <nav id="sidebar">


查看完整回答
反對 回復(fù) 2024-01-22
  • 1 回答
  • 0 關(guān)注
  • 148 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號