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>

Reply via email to