Well I wanted a random z-index because I have some layers items I want random switched out on each page load. I found this to give me a random number (1-10)
var randomnumber=Math.floor(Math.random()*11)
But I want the code spectrum to be between -50 and 50, how would I change that?
But I want the code spectrum to be between -50 and 50, how would I change that?
http://www.kadimi.com/en/negative-random-87