View Full Version : cursor
nexosis
12-27-2006, 04:47 PM
May I just ask how to control handle the cursor of the screen in a website?
Regards...
kaitco
12-27-2006, 05:51 PM
Using CSS, I think this should work:
html, body {
cursor:url(YOUR.cur);
}
where "YOUR.cur" is the url for the cursor you would like to use. Add
a:hover {
cursor: url("YOUR.cur");
}
if you want to change the cursor that appears when a link is hovered.
nexosis
12-27-2006, 05:56 PM
Problem solved ty
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.