Realazy XA Chen schrieb: > hmmm, I think it's the JavaScript console's fault, no only opacity, but > cursor (when value is set to hand not pointer) etc., don't trust > JavaScript console, trust your eyes :) > > I think Firefox JavaScript console is not updated with the release.
I still pretty much trust the console. The value 'hand' for the cursor property is an Microsoft extension and not defined in the CSS Spec. The correct value is 'pointer' as you seem to have found out already. The console is quite right to report an error here. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
