input style로 이미지 버튼 만드는건 무린가요;;?

질문이라 죄송합니다;;;;

input style 태그로 bg로 이미지를 하나 넣어놓고, 마우스 over했을때 다른이미지가 나오게끔 버튼형식을 만들순없을까요? onfocus를 보다가 생각이 나서;;; 아직 초보라 진도가 안나가네요 ㅠ;;
아시는분 이게 가능한걸까요 ㅎ;?

|

댓글 5개

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>over image on input stly</title>
<style type="text/css">
*{
margin:0;
padding:0;
}
body{
font-size:63%;
color:#000;
}
/*input*/
.input_on{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background:url(http://www.google.com/images/nav_logo36.png) no-repeat;
}
.input_off{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_move{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background:url(http://www.google.com/images/nav_logo36.png) no-repeat;
}
.input_out{
/*height:16px;기본높이*/
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
/*form*/
ul.input_test{
margin:20px auto 0 auto;
width:500px;
list-style-type:none;
}
ul.input_test li{
width:500px;
height:22px;
margin-bottom:10px;
}
.input_test label{
float:left;
padding-right:10px;
width:100px;
line-height:22px;
text-align:right;
font-size:1.4em;
}
.input_test p{
float:left;
_margin-top:-1px;
}
.input_test span{
float:left;
padding-left:10px;
line-height:22px;
text-align:left;
font-size:1.2em;
color:#999;
}
</style>
</head>
<body>
<ul class="input_test">
<li>
<label for="inp_name">이름:</label>
<p><input id="inp_name" class="input_out" name="" type="text" onfocus="this.className='input_on';this.onmouseout=''" onblur="this.className='input_off';this.onmouseout=function(){this.className='input_out'};" onmousemove="this.className='input_move'" onmouseout="this.className='input_out'" /></p>
<span>ex) 홍 길 똥?</span>
</li>
<li>
<label for="inp_email">Email:</label>
<p><input id="inp_email" class="input_out" name="" type="text" onfocus="this.className='input_on';this.onmouseout=''" onblur="this.className='input_off';this.onmouseout=function(){this.className='input_out'};" onmousemove="this.className='input_move'" onmouseout="this.className='input_out'" /></p>
<span>ex) test@naver.com</span>
</li>
<li>
<label for="inp_web">home:</label>
<p><input id="inp_web" class="input_out" name="" type="text" onfocus="this.className='input_on';this.onmouseout=''" onblur="this.className='input_off';this.onmouseout=function(){this.className='input_out'};" onmousemove="this.className='input_move'" onmouseout="this.className='input_out'" /></p>
<span>ex) test.com</span>
</li>
</ul>

</body>
</html>
一現 님의 아주 명확한 답변. 친절한 쏘스... 와우~
근데 제생각은 기본적으로 제공되는 input 등은 브라우저나 사람들 개인 pc 에 따라
특성을 타는 경우가 종종 있더군요 해서 기본적으로 제공하는 것들은 그냥 css 나 자스 처리 없이 그냥
나뚜는게 속 편하더군요
네 저도 input 에 bg 넣어서 버튼 만들면 브라우져마다 다르게 뜨는 경우가 있어서 못쓰겠더라고요
와우! 완전 감사합니다 ㅋㅋㅋㅋㅋㅋ
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
15년 전 조회 1,040
15년 전 조회 1,747
15년 전 조회 1,620
15년 전 조회 1,306
15년 전 조회 2,345
15년 전 조회 1,454
15년 전 조회 1,391
15년 전 조회 1,601
15년 전 조회 1,372
15년 전 조회 1,579
15년 전 조회 1,544
15년 전 조회 1,177
15년 전 조회 1,895
15년 전 조회 1,901
15년 전 조회 858
15년 전 조회 878
15년 전 조회 3,330
15년 전 조회 2,260
15년 전 조회 1,362
15년 전 조회 884
15년 전 조회 887
15년 전 조회 1,355
15년 전 조회 1,652
15년 전 조회 1,524
15년 전 조회 1,321
15년 전 조회 1,562
15년 전 조회 1,298
15년 전 조회 1,824
15년 전 조회 873
15년 전 조회 1,233
15년 전 조회 855
15년 전 조회 1,339
15년 전 조회 926
15년 전 조회 1,205
15년 전 조회 913
15년 전 조회 1,173
15년 전 조회 1,437
15년 전 조회 2,951
15년 전 조회 1,274
15년 전 조회 4,665
15년 전 조회 2,149
15년 전 조회 1,458
15년 전 조회 1,685
15년 전 조회 1,564
15년 전 조회 1,940
15년 전 조회 1,847
15년 전 조회 1,166
15년 전 조회 1,694
15년 전 조회 1,057
15년 전 조회 1,165
15년 전 조회 7,177
15년 전 조회 2,526
15년 전 조회 2,174
15년 전 조회 1,194
15년 전 조회 1,481
15년 전 조회 1,333
15년 전 조회 1,986
15년 전 조회 1,735
15년 전 조회 1,299
15년 전 조회 1,116
15년 전 조회 4,579
15년 전 조회 2,949
15년 전 조회 1,284
15년 전 조회 940
15년 전 조회 1,580
15년 전 조회 1,858
15년 전 조회 1,641
15년 전 조회 1,063
15년 전 조회 2,041
15년 전 조회 3,369
15년 전 조회 1,519
15년 전 조회 1,444
15년 전 조회 1,264
15년 전 조회 1,081
15년 전 조회 943
15년 전 조회 1,032
15년 전 조회 2,209
15년 전 조회 1,255
15년 전 조회 1,629
15년 전 조회 3,834
15년 전 조회 1,548
15년 전 조회 1,697
15년 전 조회 1,404
15년 전 조회 1,388
15년 전 조회 1,983
15년 전 조회 1,762
15년 전 조회 1,328
15년 전 조회 1,657
15년 전 조회 1,653
15년 전 조회 1,840
15년 전 조회 1,664
15년 전 조회 1,452
15년 전 조회 2,039
15년 전 조회 1,310
15년 전 조회 1,269
15년 전 조회 1,229
15년 전 조회 1,386
15년 전 조회 1,690
15년 전 조회 1,479
15년 전 조회 1,756