課程
/前端開發
/Bootstrap
/基于bootstrap的網頁開發
求代碼,不知道怎么設置會使頁面出現滾動條
2018-08-21
源自:基于bootstrap的網頁開發 3-5
正在回答
llllllll
<ol ?class="carousel-indicators">
<li ?data-target="#carousel-example-generic" ? data-slide-to="1" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="2" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="3" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="4" ? class="active"></li>
</ol>
你要讓什么出現滾動條,如果是html頁面的滾動條,內容超過頁面高度自然會出現滾動條。如果你說的是元素的滾動條,可以設置元素的高度為固定高度,overflow屬性為auto
舉報
Bootstrap框架的基礎教程,學會用Bootstrap前端框架搭建網頁
1 回答請問怎么實現滾動監聽???寫了js代碼,沒反應,想滾動200px,導航條背景改變
2 回答導航條與滾動圖片有間隙
3 回答導航條與輪播滾動圖片的寬度不一樣
1 回答想問一下bootstrap下拉菜單的動畫效果
2 回答滾動圖片怎么鋪滿當前屏幕
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-12-17
llllllll
2018-09-15
<ol ?class="carousel-indicators">
<li ?data-target="#carousel-example-generic" ? data-slide-to="1" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="2" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="3" ? class="active"></li>
<li ?data-target="#carousel-example-generic" ? data-slide-to="4" ? class="active"></li>
</ol>
2018-09-02
你要讓什么出現滾動條,如果是html頁面的滾動條,內容超過頁面高度自然會出現滾動條。如果你說的是元素的滾動條,可以設置元素的高度為固定高度,overflow屬性為auto