Forum Moderators: open
<SPAN onclick="f('https://www.somewhere.com/doc/something.pdf','File Description');" style="text-decoration: underline;CURSOR: hand;">Click Here</SPAN>
I'm using this to track who downloads the document. This code works (the cursor changes to a hand) in IE, not in firefox 1.0.1 or 1.0.4 (cursor changes but not to a hand). There is no css in use (yet). What am I doing wrong?
Jonesy
Try this...
<span onclick="f(','File Description');" style="text-decoration: underline; cursor: [b]pointer[/b];">Click Here</span> P.S. You should validate your CSS. This would have come up as an error in the validator...
Errors
URI : http://www.example.com/file.css
Line: 80 Context : .hand
Invalid number : cursor hand is not a cursor value : hand
Reference
[jigsaw.w3.org...]