Public Voice Network
- that jquery, 3636
- my identity is loading... 33
- Wanda Sykes munches rug 1212
- Baby P's Parents/Kill… 5555
- logo crit 4444
- Vid of the Day 492492
- Folio Crit 238238
- Your Christmas List 2424
- Secret Santa Gift Ideas 1313
- Looking for Flash tutoria… 44
- Arrested Development Movi… 3232
- New XBox Live 4646
- Pic of the Day 1017410174
- EC: Quarter Pounder 77
- blog 3025230252
- Jaline 103103
- How much % of visitors to… 2525
- Chick of the Day 16001600
- Portfolio online 1616
- Free Style 2424
- FMT 112108 2727
- Florida people 3131
- EC: Joe Wigdahl 2222
- Help me. 3636
JavaScript help 11 Response
Last post: 2 months, 3 weeks ago | Thread started: Aug 28, 08, 8:13 a.m.
- bezul555
Hi Guys, I need some help with Javascript;
I have list of elements and I need to apply z-index for every item, but next item always should have smaller value, here is the JS:
changeIndex = function() {
var progressItems = document.getElementById("progres…for(var i=0; i<progressItems.length; i++) {
progressItems[i].style.zIndex=10…
}
}window.onload = function() {
changeIndex;
}But it does not work. Don't know what is wrong.
Cheers...
- Aug 28, 08, 8:13 a.m. – Permalink




