InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property sets the stacking order of positioned elements?(a) x-index(b) y-index(c) z-index(d) all of the mentionedThe question was posed to me in unit test.My doubt is from Precise Positioning of Elements topic in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT ANSWER is (C) z-index Easy EXPLANATION: Self-explainatory. |
|