Mar 23, 2001 #1 kimera MIS Nov 6, 2000 15 CH How can I change Z-Index with JavaScript layername.style.z-index = 10; This code reports en error message (I assume because it interprets the hyphen as a minus operator) thanks
How can I change Z-Index with JavaScript layername.style.z-index = 10; This code reports en error message (I assume because it interprets the hyphen as a minus operator) thanks
Mar 23, 2001 1 #2 uladzik Programmer Feb 12, 2001 55 BY It is simply zIndex without the hyphen. layername.style.zIndex = 10; --- http://www.geocities.com/uladzik/--- Upvote 0 Downvote
It is simply zIndex without the hyphen. layername.style.zIndex = 10; --- http://www.geocities.com/uladzik/---