css中的position(定位)

來源:互聯網
上載者:User

標籤:順序   參考   邊框   top   文法   總結   使用   static   絕對位置   

一、position文法與結構 position文法: position : static absolute relative 

position參數:
static :  無特殊定位,對象遵循HTML定位規則
absolute :  將對象從文檔流中拖出,使用left,right,top,bottom等屬性進行絕對位置。而其層疊通過css z-index屬性定義。此時對象不具有邊距,但仍有補白和邊框
relative :  對象不可層疊,但將依據left,right,top,bottom等屬性在正常文檔流中位移位置

二、絕對位置使用條件

position:absoluteposition:relative絕對位置使用通常是父級定義position:relative定位,子級定義position:absolute絕對位置屬性,並且子級使用left或right和top或bottom進行絕對位置。

三、css絕對位置總結

絕對位置如果父級不使用position:relative,而直接使用position:absolute絕對位置,這個時候將會以body標籤為父級,使用position:absolute定義對象無論位於DIV多少層結構,都將會被拖出以<body>為父級(參考級)進行絕對位置。

在絕對位置時候我們可以使用css z-index定義css層重疊順序。

css中的position(定位)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.