Cursors
2 posters
Page 1 of 1
Re: Cursors
Try by adding this to your css:
Internet explorer needs a file with a specific extension: cur. The other browsers support png, gif.
- Code:
* {
cursor: URL(url-to-the-cursor.cur); /* IE */
cursor: URL(url-to-the-cursor.gif);
}
Internet explorer needs a file with a specific extension: cur. The other browsers support png, gif.
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum