onclick - z.index
onclick - z.index
Out of context: Reply #2
- Started
- Last post
- 15 Responses
- neverblink0
+555 doesn't work.
you need to do something like this to actually add the 555:var element = document.getElementByID(id);
var new_z = parseInt( element.style.zindex ) + 555;
element.style.zindex = new_z;