xhtml+css實踐中,margin值為負數的理解

來源:互聯網
上載者:User

之前沒有認真研究過這個問題,今天終於弄明白了,一般來說,拿div來做比方,一個區塊層級元素的MARGIN一般我們設定成正數,這個時候MARGIN的大小是從BORDER邊框外圍線開始向外擴充算的,而當設定成為負數的時候,則是像內擴充算的,如果對於行內元素,要是該行內元素要緊跟一個元素的時候,則,水平方向上,它的位置將在MARGIN擴充的終點邊框開始。

代碼:

<div style="margin-right:-100px; background-color:#CCCCCC; width:200px;">1</div>

代碼:

<div style="margin-right:-100px; background-color:#CCCCCC; height:100px; width:200px; float:left;"></div>
<div style="width:150px; float:left; background-color:#0033CC; height:100px;">

 

<div style=" background-color:#CCCCCC; height:100px; width:200px; float:left;"></div>
<div style="width:150px; float:left; background-color:#0033CC; height:100px;">

相關文章

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.