firefox css cursor hand

bulletming發表於2019-01-04
from:




#: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?




#:1208990
 1:23 pm on July 5, 2006 (utc 0)

Hi there jackvull,

It seems that cursor: hand is not suported in FF.

Well, that's because hand is IE proprietary.
You should use pointer

Further reading:-

[url]css2/ui.html#propdef-cursor[/url]

birdbrain




#: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?




#:1208992
 2:03 pm on July 5, 2006 (utc 0)

Hi there jackvull,

In IE 6.02 pointer works OK. ;)
I cannot speak for earlier browsers.:(
But that is not really a problem, just use both in your style. sheet.


css">
<!--
#foo {
cursor:pointer;
cursor:hand;
}
--&gt

birdbrain




#:1208993
 2:51 pm on July 5, 2006 (utc 0)

cursor:pointer works in 5.5 as well, just 5.0 that has problems.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/82392/viewspace-404414/,如需轉載,請註明出處,否則將追究法律責任。

相關文章