css z-index層重疊順序

來源:互聯網
上載者:User

標籤:單位   方便   也會   z-index   name   bsp   介紹   觀察   back   

Div 浮動到另一個div之上:

<html xmlns="http://www.w3.org/1999/xhtml"><head>    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />    <title>絕對位置相對定位</title>    <style>        .fj1        {            position: absolute;            width: 150px;            height: 150px;            border: 1px solid #000;            background: #999;        }        .zj1        {            position: relative;            width: 100px;            height: 100px;            border: 1px solid #F00;            background: #FFF;            z-index: 1;        }    </style></head><body>    <div>        <div class="fj1">            我在下面 上的發生大幅 上的發生大幅隨碟附送的        </div>        <div class="zj1">            我浮動在上面</div>    </div></body></html>

div css z-index層重疊順序

DIV層、span層等html標籤層重疊順序樣式z-index,平時我們使用較少,但也會難免會碰到CSS z-index使用。接下來divcss5介紹z-index從基本屬性到設定對象的層疊順序、重疊順序,從基礎文法到應用案例教程講解學習z-index。

一、z-index文法與結構 

z-index 跟具體數字

如:
div{z-index:100}
注意:z-index的數值不跟單位。

z-index的數字越高越靠前,並且值必須為整數和正數(正數的整數)。

二、z-index使用條件 

Z-index在使用絕對位置 position:absolute屬性條件下使用才能使用。通常我們讓不同的對象盒子以不同順序重疊排列,我們就是要z-index樣式屬性。

三、z-index應用案例 

為了方便觀察z-index樣式屬性,我們設定3個DIV盒子,分別設定不同css背景顏色,設定相同CSS高度、CSS寬度。分別設定背景顏色為黑色、紅色、藍色。CSS width為100px,css height為50px

1、案例css代碼

  1. /* www.divcs5.com z-index執行個體 */ 
  2. .divcss5{position:relative;} 
  3. .divcss5-1,.divcss5-2,.divcss5-3 
  4. {width:100px;height:50px;position:absolute;} 
  5. .divcss5-1{z-index:10;background:#000;left:10px;top:10px} 
  6. .divcss5-2{z-index:20;background:#F00;left:20px;top:20px} 
  7. .divcss5-3{z-index:15;background:#00F;left:30px;top:30px} 

2、html程式碼片段

  1. <div class="divcss5-1"></div> 
  2. <div class="divcss5-2"></div> 
  3. <div class="divcss5-3"></div> 

 

css z-index層重疊順序

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.