Profile Image

Nalain Abbas27 Feb 2023 09:05

How to use z index in html & CSS

Profile Image

shaheryar bhatti27 Feb 2023 09:12

The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. If two positioned elements overlap without a z-index specified, the element positioned last in the HTML code will be shown on top.

Profile Image

shaheryar bhatti27 Feb 2023 09:33

check the below link for further detail.

https://www.w3schools.com/css/css_z-index.asp

Profile Image

Nalain Abbas01 Mar 2023 05:54

Thank you, Sir i understand.