css左側欄固定右側欄寬度自適應程式碼例項
本章節分享一段程式碼例項,它實現了左側一欄寬度固定,右側一欄寬度自適應效果。
大家可以自行調節一下瀏覽器的寬度測試效果。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style> * { margin: 0; padding: 0; } html, body { height: 100%; } .layout { padding-left: 200px; } .layout .layout-left { width: 200px; margin-left: -200px; float: left; height: 400px; background-color: #ccc; } .layout .layout-right { width: 100%; float: left; height: 400px; background-color: #999; } </style> </head> <body> <div class="layout"> <div class="layout-left"></div> <div class="layout-right"></div> </div> </body> </html>
相關文章
- 實現左側固定寬度, 右側自適應的兩欄佈局常見方法
- 兩欄佈局,左側可伸縮,右側寬度自適應
- css經典佈局之左側固定大小右側自動適應CSS
- 左側固定,右側自適應的佈局方式理解margin負值理論
- flex一欄寬度固定一欄寬度自適應佈局Flex
- 左側固定,右側自適應的佈局方式(新增評論區大佬教的方法)
- 如何實現兩欄佈局,右側自適應?三欄佈局中間自適應呢?
- 左邊固定寬,右邊自適應的6種方法
- Ubuntu 20.04 自動隱藏左側導航欄Ubuntu
- jQuery固定側邊欄外掛ssMenujQuerySSM
- 【CSS】三欄/兩欄寬高自適應佈局大全CSS
- JavaScript 側欄選項卡JavaScript
- Dynamics 365 控制右側欄的介面
- 左側導航欄element -2024/11/27
- css實現兩欄固定中間自適應CSS
- 固定寬度下,CSS 實現自適應文字CSS
- 遮蔽百度搜尋結果右側廣告欄
- Bootstrap 4 實現導航欄右側對齊boot
- 兩列布局(左邊定寬,右邊自適應)
- vue 動態載入路由,渲染左側選單欄Vue路由
- jQuery簡單實用的響應式固定側邊欄外掛jQuery
- Flutter drawer側邊欄Flutter
- css之左邊定寬右邊自適應CSS
- 微軟推出全新Win10 App Project Newsbar:桌面右側新聞側邊欄微軟Win10APPProject
- Win10 隱藏左側邊側欄(導航視窗)中的資料夾Win10
- 11.android studio 右側欄如何顯示警告等?Android
- Win10資料夾右側資訊欄怎麼關閉?Win10資料夾右側資訊欄的關閉方法Win10
- Pycharm-Pycharm設定左側導航欄字型大小和程式碼編輯區字型大小PyCharm
- 線上直播原始碼,JS動態效果之,側邊欄滾動固定效果原始碼JS
- 一列寬度固定一列寬度自適應佈局
- css 實現圖片寬度自適螢幕,高度與寬度成固定比例CSS
- WPF隨筆收錄-DataGrid固定右側列
- vue-element-admin左側選單欄隱藏功能去除修改Vue
- 來,搞個側欄導航
- Vue Element Admin 新增側邊欄Vue
- CSS 圖片固定長寬比實現高度自適應CSS
- [BUG反饋]為什麼左側選單欄和導航欄無緣無故消失了
- CSS實現圖片寬度自適應CSS
- Flutter側邊欄控制元件-SideBarFlutter控制元件IDE