Apply the absolute and relative attributes of position in CSS to create a floating layer.

Source: Internet
Author: User
After a long time, the Z-index settings are approaching astronomical numbers, that is, there is no expected results, and it is very depressing for a while!
The floating layer structure is roughly as follows:
<Div id = "Container">
<Div id = "content">
</Div>
</Div>
The floating of the content layer is required.
At the beginning, I thought about using the value of Z-index to implement different layers. The position attribute was not particularly concerned. However, the results are also lost. Later, the query results show that the position attribute can be understood as the positioning of the parent element of this element. If you set the position attribute of the element to absolute and set the position attribute of the parent element to relative, the left and top attributes of the element are the values of the parent element, instead of facing the document window.
In this example, when the position of the iner is relative, the position of content is absolute. At this time, the left: 0 of content; top: 0 is no longer for the document window, but for the DIV whose ID is container.
In order to commemorate the countless times that have passed away, I have to pay for my ignorance.
 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.