标签: css sass
我将光标设置为父元素上的指针,并通过在子元素上使用cursor:auto重置它。这在Opera和IE11中似乎不起作用。
#lightbox{ cursor: pointer; #lbContent{ cursor: auto; } }
一个jsFiddle示例:http://jsfiddle.net/djAcU/