Common CSS Code invalidation issues

Source: Internet
Author: User

In front-end development often encounter some of the CSS code settings are invalid, below I summarize some of the situation I encountered.

1.height:100% invalid

The height of the percentage is set according to the height of the container of the parent element of this element. For example, if the height of a div is set to 40%, and the parent element height is 100px, then the height of the div should be 40px.

By default

2.z-index invalid

Z-index in use, there is a premise, only in position is relative,absolute,fixed effective. You should also pay attention to the Dome node relationship after satisfying this condition, and the Z-index value only determines the stacking order of sibling child elements in the same parent element. The stacking order is not the z-index of the child elements but the z-index of the parent element.

3.position:fixed invalid

Fixed positioning element, if the parent element has the transform attribute, then the fixed invalid, the reason is unclear. Set the fixed element to its parent element do not set the Transform property, remember this situation is OK.

Common CSS Code invalidation issues

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.