css絕對位置中的初始包含塊問題

來源:互聯網
上載者:User

標籤:

在css的絕對位置問題中如果絕對位置的元素沒有最近已定位的父元素,那麼它相對與初始包含塊進行定位。其中初始包含塊是是呢?body? html? viewport?

 

 

<html xmlns="http://www.w3.org/1999/xhtml">

<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>無標題文檔</title><style>html{border:2px groove #F0F;padding:50px;margin:50px;}body{border:2px dotted red;margin:20px;padding:20px;}div{border:1px solid blue;background-color:lightblue;height:300px;}img{position:absolute;left:0px;bottom:0px;}</style></head><body>i am okok i am okoki am okok i am okok i am okok i am okok i am okok i am okok i am okoki am okok i am okok i am okok i am okok i am okok okok i am okok i am okokokok i am okok i am okokokok i am okok i am okokokok i am okok i am okok<img src="12.jpg" width="300px" height="300px"><div>everything will be ok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okok this is okokthis is okok this is okok this is okok this is okok</div></body></html>

 

可以看出此時top:0px left:0px 的映像既不相對與body也不想對於html,而是相對與視窗螢幕的左上方。

如果把top:0px改成bottom:0px, 這是相對與第一屏的左下角(即使有下拉式清單)。

  

 如果要想讓定位得img相對於html或body,有兩種方法:

1.把html,body{margin:0px; padding:0px} 

2.body設定為position:relative顯示指定已body元素作為初始包含塊。 

 

相關文章 

 

css絕對位置中的初始包含塊問題

聯繫我們

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