cepiscipher
Programmer
Hello (actually I'm a web designer)
I'm trying to add another class name to this javascript so I can make a different class in the css to be used on a different table. I no knoo nothing about javascript. I got this js from:
I think it has to do with just adding an "and" (if that's possible on javascript) to this part odf the code:
to have two defined css.
Any help please...
Thanx
cepiscipher
I'm trying to add another class name to this javascript so I can make a different class in the css to be used on a different table. I no knoo nothing about javascript. I got this js from:
I think it has to do with just adding an "and" (if that's possible on javascript) to this part odf the code:
Code:
&& el[i].parentNode.parentNode.className.indexOf("TdRollOver") != -1){
Any help please...
Thanx
cepiscipher