Selfmade cursor

Hi guys

On this site I recently had a selfmade cursor using this code

body a  {
	cursor: url('img/cursor.cur')
}

This worked like a charm until i changed the doctype (needed to bypass quirks mode in IE)

The client really liked this feature, so hope one of you can help me get it back

http://kristinegaupas.net

Try changing the code to

body a {
cursor: url("img/cursor.cur")[COLOR="#FF0000"], default[/COLOR];
}

You´re the king!

Glad that helped. I learned something too, as I hadn’t tried this before you asked the question. :slight_smile: