관리 메뉴

새로운 시작, GuyV's lIfe sTyle.

Cursor:hand not working with mozilla/firefox 본문

ⓟrogramming

Cursor:hand not working with mozilla/firefox

가이브 2008. 7. 31. 10:18

Mostyle our CSS code likely looks like: cursor: hand; This is not working in mozilla,firefox except IE. The reason is IE supports the keyword hand and mozilla, netscape, firefox do not.
If You want to use cursor: hand; to work on all the browsers, simple use
Cursor: pointer

--------
Cursor: pointer 는 IE 5.5 에서 미지원 (현시점에서는 뭐..)


ref: Cursor styles compatibility tables
http://www.quirksmode.org/css/cursor.html

반응형
Comments