Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
z-index sets the stack order of an element - HTML
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
HTML
Q. Which CSS property sets the stack order of an element?
- Published on 19 Oct 15
a.
z-index
b.
position
c.
overflow
d.
clip
ANSWER: z-index
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 05 Nov 15
z-index property
- It 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.
- This property works only on positioned elements (position:absolute, position:relative, or position:fixed).
Default value: auto
Inherited: no
Animatable: yes. Read about animatable
Version: CSS2
JavaScript syntax: object.style.zIndex="-1"
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲