[thelist] onclick in table row

Thibaut Allender mailing at capsule.org
Tue Jan 27 08:04:35 CST 2004


on 27/01/2004 14:56, Damien COLA wrote :

>><tr class="dataTableRowSelected" onmouseover="this.style.cursor='hand'"
>>onclick="document.location.href='foo.html'">

note also that "cursor: hand" is IE only
you should use "cursor: pointer;"

no need to apply it onmouseover, it defaults to mouseover :)

style="cursor: pointer;" is just fine

-- 
freelance + web|system developper|designer
+ 32 496 26 75 76 + http://www.capsule.org


More information about the thelist mailing list