Change mouse pointer

I want to change the normal mouse ‘arrow cursor’ to a ‘busy cursor’ and
back again.
Anyone can help me to do that using rails?

Thanks,

regards

On 10/22/07, Paulo C. [email protected] wrote:

I want to change the normal mouse ‘arrow cursor’ to a ‘busy cursor’ and
back again.
Anyone can help me to do that using rails?

You don’t need Rails to do it. You can use javascript to change the
class
(CSS) attribute in your tag according to event.

ex:

On event X → Change CSS class with cursor type 1.

On event Y → Change CSS class with cursor type 2.

On Load (ajax) → use “busy”
When complete → use “arrow”

Atenciosamente,

J. Luiz Coe
[email protected]

Todas as informações contidas neste e-mail são confidenciais e devem ser
usadas apenas pelo seu destinatário.