PROGRAM AREA
The Highest Post
=
Statistics
Count
94
Avg
21.00
Min
21
Max
21
Related Topics
CSS
First Name
PostDate
In how many ways can a CSS be integrated as a web page?
View
What benefits and demerits do External Style Sheets have?
View
What is the purpose of the z-index and how is it used?
View
How can you integrate CSS on a web page?
View
What is Pseudo-elements?
View
Differentiate logical tags from physical tags?
View
What are the limitations of CSS?
View
What are the advantages of CSS?
View
Details
James Say
What is the purpose of the z-index and how is it used?
The z-index helps specify the stack order of positioned elements that may overlap one another. The z-index default value is zero, and can take on either a positive or negative number. An element with a higher z-index is always stacked above than a lower index. Z-Index can take the following values: Auto: Sets the stack order equal to its parents. Number: Orders the stack order. Initial: Sets this property to its default value (0). Inherit: Inherits this property from its parent element.
New Post