MyBB Community Forums

Full Version: cursor question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am working a few weeks on my rs-ps (runescape private server) forum already wich im gonna use for my friend's rs-ps,i just changed the standart cursor in a classic runescape one,but i wanna know if i can do it so:
you got the standart cursor and when you stand on a link you get another cursor,can anyone tell me how i can if its possible? thank you
(i already posted this before but no one answered so now i posted it again :/)
Well, in global.css, for example at the line a:hover, you must add a line similar to this:
cursor: pointer;

Read this for more information.
a:hover {
	// Cursor CSS code
}

/ninja'd