佈局 - z-index
<style type="text/css">
#left{
top: 0;
bottom: 0;
position: fixed;
width: 200px;
margin-top: 60px;
overflow-y:auto;
z-index: 2;
}
#right{
top: 0;
bottom: 0;
position: fixed;
margin-top: 60px;
padding-left: 200px;
overflow-y:auto;
width: 100%;
z-index: 1;
}
h1{
margin: 0px;
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div style="background-color: gray;width:200px;position: absolute;top: 0;bottom: 0;left: 0;z-index: 1">
<div style="background-color:red;width: 210px;height: 50px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 3"></div>
<div style="background-color:black;width: 400px;height: 600px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;margin-left: 190px;">
</div>
</div>
</body>
</html>
相關文章
- CSS佈局 --- 居中佈局CSS
- css佈局-float佈局CSS
- 居中佈局、三欄佈局
- qt 佈局---表單佈局QT
- java:佈局方法(流佈局)Java
- flex佈局(彈性佈局)Flex
- 佈局技巧:合併佈局
- CSS 佈局之水平居中佈局CSS
- CSS佈局之三欄佈局CSS
- 浮動佈局 和 flex佈局Flex
- CSS佈局 --- 自適應佈局CSS
- CSS佈局 --- 等寬&等高佈局CSS
- 彈性佈局(伸縮佈局)
- 佈局
- CSS經典佈局——聖盃佈局與雙飛翼佈局CSS
- CSS佈局–聖盃佈局和雙飛翼佈局以及使用Flex實現聖盃佈局CSSFlex
- css佈局系列1——盒模型佈局CSS模型
- 佈局管理器——相對佈局
- 聖盃佈局?雙飛翼佈局?
- 網頁佈局------幾種佈局方式網頁
- CSS 三欄佈局之聖盃佈局和雙飛翼佈局CSS
- flex彈性佈局 響應式佈局Flex
- 三欄佈局之自適應佈局
- CSS 兩欄佈局和三欄佈局CSS
- 聖盃佈局與雙飛翼佈局
- dispaly的Grid佈局與Flex佈局Flex
- 移動佈局基礎之 流式佈局
- 聖盃佈局和雙飛翼佈局
- 雙飛翼佈局和聖盃佈局
- CSS經典佈局之Sticky footer佈局CSS
- 常用兩欄佈局和三欄佈局
- Flutter 佈局Flutter
- 【css】佈局CSS
- css 佈局CSS
- flex 佈局Flex
- div佈局
- 佈局流程
- layout佈局