Nah, I don't want the classname... I want it's "child number". col a = 1 col b = 2 col c = 3 And so on.
On Nov 26, 4:58 pm, "Andrea Varnier" <[EMAIL PROTECTED]> wrote: > On 11/26/07, badtant <[EMAIL PROTECTED]> wrote: > > > When the user hovers the th-element I have a function. I want that > > function to return which of the columns that has been hovered. > > Something like this? > > <td class="col_a" onMouseOver="alert(this.className);">aaa</td>