The hand cursor works in IE, but not in Geckos. Apparently in geckos, hand cursor doesn´t work over text? In case I choose 'crosshair' it works in geckos too! Any workarounds?
HTML Code:
<div id="boxQuotes" onclick="alert('ok');" onmouseover="this.style.cursor='hand'" onmouseout="this.style.cursor=''">Hand Cursor</div>
|