Re: Guys, Is it possible to have 2 different cursor?
What I mean is, your default cursor is different when it is hover in the links?
Try this in ur external css codes.
[quote]/* CURSOR: LINKS */
a,a:link,a:visited,a:active,a:hover {
cursor:url("YOUR URL"),default;
}
body {
cursor: url(YOUR URL),default;
}
a,a:link,a:visited,a:active,a:hover {
cursor: url(YOUR URL),default;
}[/quote]