在bootstrap中 怎么使得導航欄固定在頂部
3 回答

森林海
TA貢獻2011條經驗 獲得超2個贊
添加 .navbar-fixed-top 類可以讓導航條固定在頂部,還可包含一個 .container 或 .container-fluid 容器,從而讓導航條居中,并在兩側添加內補(padding)。
12345 | < nav class = "navbar navbar-default navbar-fixed-top" > < div class = "container" > ... </ div > </ nav > |
- 3 回答
- 0 關注
- 1781 瀏覽
添加回答
舉報
0/150
提交
取消