Change Password

Given two overlapping elements with position: absolute;, how do you ensure the first element appears on top?
Set a higher z-index value on the first element
Set a lower z-index value on the second element
Use position: relative; on the first element
Both A and B are correct