Jump to content

Changing default "pointer" cursor


Cless

Recommended Posts

I'm already aware of how to change default cursor on the site (put "cursor: url(imageurl.cur), auto;" in the body), but I needed to know: how do you change the default pointer value, instead of going through all scripts and putting "cursor: url(pointer.cur), pointer;"?

 

That way, if I did something such as:

 

.class
{
cursor: pointer;
}

 

...instead of using the default pointer image (which is the hand), it would use the custom pointer.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/157581-changing-default-pointer-cursor/
Share on other sites

You should reconsider changing the entire cursor! This is against basic web design. Keep things consistent/normal for users. Did you ever try shopping on a website, where the "shopping cart" is a wheelbarrow? I hope you didn't because it confused me like hell. Changing the cursor is the same idea.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.