1
我正在爲我的項目使用自定義光標。自定義光標在IE和FF中完美工作,但在Safari和Chrome中可以正常工作,但hoverstate默認返回到尖銳的手。我確保我可以使用每個選擇器和所有選擇器來確保它在這種情況下使用指針,但沒有成功。其他人是否有可能的解決方案?我使用的CSS是:Chrome懸停自定義光標
#gameScreen area, #gameScreen .wrapper, #gameScreen .wrapper a:hover, #gameScreen img, #gameScreen img a:hover, #gameImg, #gameImg area, #gameImg area a, #gameImg area a:hover, #gameImg a, #gameImg a:hover, #gameImg img a:hover {
cursor: url(cursor.cur), url(images/cursor.cur), default;
}
看看這個:http://stackoverflow.com/questions/4773312/custom-cursor-not-working-correctly-in-chrome,可能會有所幫助。 –