2008/10/08 14:41
input type=image 테두리(boder)값 없애기 tip/xhtml/css2008/10/08 14:41
인풋 타입일 경우
<input type=image src="icon.gif" width="50" height="20" style="border:0;">
일반 링크일 경우 (클릭시 테두리가 생기지 않게 함)
<a href="search.html" onfocus='this.blur()'><img src="icon.gif" border=0></a>
출처 : Tong - BlueSky_08님의 웹디자인통
'tip > xhtml/css' 카테고리의 다른 글
| TABLE, DIV, SPAN 의 크기 고정 (0) | 2009/03/12 |
|---|---|
| STYLE, CSS 사용하는 방법 (0) | 2009/03/03 |
| input 한글/영어 제어하기 (0) | 2008/12/10 |
| CSS Text Button Design (0) | 2008/11/06 |
| table의 border를 스타일시트로 가늘게~ (0) | 2008/10/15 |
| input type=image 테두리(boder)값 없애기 (0) | 2008/10/08 |
| Using CSS to Do Anything: 50+ Creative Examples and Tutorials (0) | 2008/06/04 |
| CSS Menu with Dynamic Submenu (0) | 2008/06/04 |
| 40 Free Web Template Resources (1) | 2008/06/04 |
| CSS Gradient Text Effect (0) | 2008/06/02 |
| CSS Decorative Gallery (0) | 2008/06/02 |
