Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 안치환공연
- 윈폰7
- U2
- 게시판페이징
- The Frames
- 닷넷게시판만들기
- 닷넷게시판리스트
- 전라도여행
- 웹프로그래밍
- Perth
- 닷넷DB연동
- 서호주
- 서호주여행
- 광야에서
- 유용주
- 퍼스
- 영화
- swell season
- live8
- ASP.NET
- 안치환
- 가족영화
- 백스트리트보이스
- wp7
- 김광석
- 안치환콘서트
- 닷넷공부법
- asp
- BSB
- 여행
Archives
- Today
- Total
새로운 시작, GuyV's lIfe sTyle.
Cursor:hand not working with mozilla/firefox 본문
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
반응형
'ⓟrogramming' 카테고리의 다른 글
[Rails] Controller -> View (0) | 2008.10.23 |
---|---|
Ruby, 모델을 이용해 Select 하는 예제.. (0) | 2008.10.02 |
레일즈 튜토리얼 (0) | 2008.09.11 |
[펌] socket. PF_PACKET 초간단 강좌 (1) | 2008.03.18 |
[질문] socket() 함수 파라메타에서 AF_INET와 PF_INET의 차이점??? (0) | 2008.03.07 |
Comments