How does today's (Jules Verne) Google's Doodle work?

后端 未结 3 2016

I am sure many of you have already checked on today\'s (2011-02-08) Google\'s doodle (link to article on CNN if doodle changes). It was awesome and I tried figuring out about it

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 21:17

    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.

提交回复
热议问题