Z-index Properties--Define the hierarchy of elements in the page

Source: Internet
Author: User

Description: Sets the position of an anchored element along the z axis, defined as the axis that extends vertically to the display area. If positive, it is closer to the user and a negative number means farther away from the user.

Note: An element can have a negative Z-index property value. Z-index only works on positioning elements (e.g. position:absolute;)!

Available values:

Auto: Default. The stacking order is equal to the parent element.

Number: Sets the stacking order of the elements.

Inherit: Specifies that the value of the Z-index property should be inherited from the parent element.

Instance:

<HTML>    <Head>    <styletype= "Text/css">img.x{position:Absolute; Left:0px;Top:0px;Z-index:-1}    </style>    </Head>    <Body>        <H1>This is a headline</H1>        <imgclass= "X"src= "/i/eg_mouse.jpg" />         <P>The default z-index is 0. The z-index-1 has a lower priority.</P>    </Body></HTML>

Details: http://www.w3school.com.cn/cssref/pr_pos_z-index.asp

Z-index Properties--Define the hierarchy of elements in the page

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.