body { cursor:url(images/aero_unavail_xl.cur), url(/images/aero_unavail_xl.cur), auto;}
IE中,Url可以是相对路径,也可以是绝对路径 。
FF中,Url只能是绝对路径。
以上样式,在两种浏览器中都有效果。
body { cursor:url(images/aero_unavail_xl.cur), url(/images/aero_unavail_xl.cur), auto;}
IE中,Url可以是相对路径,也可以是绝对路径 。
FF中,Url只能是绝对路径。
以上样式,在两种浏览器中都有效果。
转载于:https://www.cnblogs.com/bndy/archive/2010/05/07/1729776.html