javascript - How to change z-index only this id elements? -
How can this ID element change z-index only?
When I use this code, all the IDs will change the z-index in my page.
I just want to change z = index = How can I do this? In addition, you need to set link-box ,
love box ,
document.getElementById ("link-box"). Style.zIndex = "99999"; Document.getElementById ("Love-box") style.zIndex = "99999". Document.getElementById ("love-box_inner") style.zIndex = "999999". My guess is that your three elements,
#link-box
,
# Is the default state of
static in love-box and
love-box_iner , and as a result,
z-index <
status: relative on three relevant elements. / html>
Comments
Post a Comment