2013-03-21 144 views
0

如何將自定義光標圖像應用於列表框下拉菜單? 當CSS應用爲,自定義光標圖像

body select, 
    body option{ 
    cursor: url(Pointer.cur), auto; 
} 

它不是申請的Chrome瀏覽器的下拉菜單。

回答

0

習慣了這種

cursor:url(/img/magnify.cur), -moz-zoom-in, -webkit-zoom-in auto; 

你也可以看到不同的瀏覽器支持的list of cursor關鍵字。

可以用來jquery plugin