HTML
CSS :
jQuery(JS)
http://goo.gl/86fR WebDevMobile 웹 개발 모바일
Touch button
CSS :
.btn { text-indent: -9999px; display: block; width: 200px; /* 버튼 넓이 */ height: 50px; /* 버튼 높이 */ background: transparent url(img/button.png) no-repeat; } .btn:active { background: transparent url(img/button_press.png) no-repeat; }
jQuery(JS)
.btn { /* 위와동일 */ text-indent: -9999px; display: block; width: 200px; height: 50px; background: transparent url(img/button.png) no-repeat; } .btn.active { /* :active를 .active로 수정 */ background: transparent url(img/button_press.png) no-repeat; }
http://goo.gl/86fR WebDevMobile 웹 개발 모바일
'0.일반개발 > html5' 카테고리의 다른 글
HTML 5 규격 과 특징 ( 샘플 ) (0) | 2010.10.01 |
---|---|
크롬의 개발자 도구를 활용해서 0에서부터 라이브 코딩으로 파티클 시스템을 만드는 것을 시연함. (0) | 2010.09.27 |
Rocket Engine Networking (0) | 2010.09.27 |
Introduction to HTML 5 (0) | 2010.09.27 |
E3 2010 Aves Engine Prototype "Suburban World" - all HTML, CSS and JavaScript (0) | 2010.09.27 |