Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Promoted
How do I set a cursor for my website?
Howdy,
I've made several cursors and uploaded them to a host. How do I set them as the cursor for my website?
I want ti to replace the normal cursor...
1 Answer
Relevance
- fjpoblamLv 71 decade agoFavorite Answer
use css for the item in question, like for an address being hovered I use a:hover { cursor: url("cursorname.cur"); }
I suppose you could as easily use
body { cursor: url("cursorname.cur"); }
Still have questions? Get your answers by asking now.