Hi,
here i created a TR element using document.create Element("TR");e xample :
oRow = document.create Elemet("TR");
and then i added a attribute "style" on it :
oRow.style.curs or="pointer"; //it does work! But ... have a look at this one :
oRow.onmouseove r="this.style.b ackgroundColor= '#ced6de';" ; //it doesn't work well.
anybody can help me ?
here i created a TR element using document.create Element("TR");e xample :
oRow = document.create Elemet("TR");
and then i added a attribute "style" on it :
oRow.style.curs or="pointer"; //it does work! But ... have a look at this one :
oRow.onmouseove r="this.style.b ackgroundColor= '#ced6de';" ; //it doesn't work well.
anybody can help me ?
Comment