InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Z-index In Position Property Of Css? |
|
Answer» The Z-index PROPERTY allows a DEVELOPER to layer overlapping elements .Elements that have HIGHER Z-index value are displayed in FRONT of elements with LOWER z-index values. The Z-index property allows a developer to layer overlapping elements .Elements that have higher Z-index value are displayed in front of elements with lower z-index values. |
|