How does today's (Jules Verne) Google's Doodle work?
Solution 1:
This is the best I could do with making all of their code readable:
http://jsfiddle.net/Mutant_Tractor/jRkND/16/
Solution 2:
The CSS for the cursor was higher up:
#hplogo.drag-active #verne-drag, #hplogo.drag-active #verne-drag * {
cursor:move !important;
cursor:none !important;
}
Not many browsers support the none though and the multiple !importants
doesn't work - in Chrome and IE I see the default pointer when I drag. cursor: none
works in Firefox 3.