jackvull #:1208989 | 11:45 am on July 5, 2006 (utc 0) | ||
It seems that cursor: hand is not suported in FF. Is there a way around it? | |||
birdbrain #:1208990 | 1:23 pm on July 5, 2006 (utc 0) | ||
Hi there jackvull,
Well, that's because hand is IE proprietary. Further reading:- [url]http://www.w3.org/TR/REC-css2/ui.html#propdef-cursor[/url] birdbrain
| |||
jackvull #:1208991 | 1:31 pm on July 5, 2006 (utc 0) | ||
Thanks. So is it possible to do some sort of if statement checking for firefox in the css and if so, what's the best way to cover all browser variations?
| |||
birdbrain #:1208992 | 2:03 pm on July 5, 2006 (utc 0) | ||
Hi there jackvull, In IE 6.02 pointer works OK. ;)
birdbrain
| |||
Robin_reala #:1208993 | 2:51 pm on July 5, 2006 (utc 0) | ||
cursor:pointer works in 5.5 as well, just 5.0 that has problems. |