3.2.0

Change mouse cursor in a cell?

Is there a way to change the mouse cursor for any particular cell? I suppose in the worst case, I MAY be able to settle for a whole column, but that is less preferable.

I do not want the column to be an http link, but rather some Javascript action. I do not have text in the cell, only an image. I actually have it working with the pointer how I want it over the image, but would like the rest of the cell to match.

Thank you in advance.
Dyme
March 31,
onmouseover="this.style.cursor='url(cursor.cur)'"
or replace url(cursor.cur) with the cursor name
I.E.
default
crosshair
anonymous
June 24,


<td width="25%" align="center" style="cursor: help">help</td>

Follwoing are the different attributes for Style

auto crosshair default hand
move text wait help
e-resize n-resize s-resize w-resize
ne-resize nw-resize se-resize sw-resiz

Try using this code and differen values replace HELP to these values.you may get solution for your problem.
Muhammad Shahid
December 5,
What's the style attribute for the URL cursor?
Ezra
March 18,
the reply of anonymous, is it when you want your desired cursor? will it specify the cursor filename... then use it in the whole page as a cursor?
August 1,

This topic is archived.

See also:


Back to support forum