본문 바로가기
Web(html css php)

div 마우스 오버 시 손가락 모양 커서

by 전재훈 2014. 10. 1.
반응형

<div class="cursor_test">

테스트

</div>


라는 div가 있을때 테스트란 글씨에 마우스를 오버하면 손가락 모양으로 바뀌게하려면


<style>

.cursor_test {cursor: pointer;}

</style>


를 추가해주면된다.


반응형

'Web(html css php)' 카테고리의 다른 글

php datetime 포맷  (0) 2014.10.02
html 태그 종류  (0) 2014.10.02
그누보드 설치방법  (0) 2014.09.25
div 배경 반복  (0) 2014.09.17
이클립스 node.js 개발환경 만들기  (0) 2014.07.24

댓글