:: Forum >>

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
Thursday, March 31, 2005
onmouseover="this.style.cursor='url(cursor.cur)'"
or replace url(cursor.cur) with the cursor name
I.E.
default
crosshair
anonymous
Friday, June 24, 2005


<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
Monday, December 5, 2005
What's the style attribute for the URL cursor?
Ezra
Saturday, March 18, 2006
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?
Tuesday, August 1, 2006

This topic is archived.


Back to support forum

Forum search