Quote:
Originally Posted by PeterPeiGuo
The following works in IE8, Safari and Chrome. Unfortunately not Firefox and Opera.
Code:
<html>
<head>
</head>
<body>
<h1 onclick="document.body.style.cursor = 'url(3dsmove.cur), default';">Foo</h1>
</body>
</html>
|
Thanks!
I assume that this only takes .cur file extensions. Am I correct, or can it take .png or .jpeg or .gif also?
Second, can I save images as a .cur file in Paint? I tried it in a program called GIMP, and it didn't allow me to do that.
Third, in that code, it only sets the cursor for that specific <H1> element. Can I make it for the entire body?