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 넣어서 버튼 만들면 브라우져마다 다르게 뜨는 경우가 있어서 못쓰겠더라고요
와우! 완전 감사합니다 ㅋㅋㅋㅋㅋㅋ
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
15년 전 조회 1,087
15년 전 조회 1,800
15년 전 조회 1,664
15년 전 조회 1,356
15년 전 조회 2,395
15년 전 조회 1,504
15년 전 조회 1,440
15년 전 조회 1,659
15년 전 조회 1,425
15년 전 조회 1,631
15년 전 조회 1,603
15년 전 조회 1,236
15년 전 조회 1,949
15년 전 조회 1,958
15년 전 조회 913
15년 전 조회 934
15년 전 조회 3,389
15년 전 조회 2,313
15년 전 조회 1,408
15년 전 조회 938
15년 전 조회 936
15년 전 조회 1,403
15년 전 조회 1,701
15년 전 조회 1,585
15년 전 조회 1,365
15년 전 조회 1,615
15년 전 조회 1,345
15년 전 조회 1,876
15년 전 조회 922
15년 전 조회 1,283
15년 전 조회 916
15년 전 조회 1,393
15년 전 조회 975
15년 전 조회 1,257
15년 전 조회 971
15년 전 조회 1,235
15년 전 조회 1,504
15년 전 조회 3,008
15년 전 조회 1,324
15년 전 조회 4,717
15년 전 조회 2,219
15년 전 조회 1,519
15년 전 조회 1,739
15년 전 조회 1,616
15년 전 조회 1,998
15년 전 조회 1,910
15년 전 조회 1,228
15년 전 조회 1,739
15년 전 조회 1,115
15년 전 조회 1,233
15년 전 조회 7,238
15년 전 조회 2,594
15년 전 조회 2,231
15년 전 조회 1,260
15년 전 조회 1,531
15년 전 조회 1,394
15년 전 조회 2,041
15년 전 조회 1,795
15년 전 조회 1,358
15년 전 조회 1,169
15년 전 조회 4,635
15년 전 조회 2,994
15년 전 조회 1,343
15년 전 조회 1,003
15년 전 조회 1,641
15년 전 조회 1,912
15년 전 조회 1,707
15년 전 조회 1,123
15년 전 조회 2,099
15년 전 조회 3,421
15년 전 조회 1,568
15년 전 조회 1,494
15년 전 조회 1,350
15년 전 조회 1,158
15년 전 조회 1,021
15년 전 조회 1,122
15년 전 조회 2,292
15년 전 조회 1,324
15년 전 조회 1,710
15년 전 조회 3,928
15년 전 조회 1,630
15년 전 조회 1,791
15년 전 조회 1,485
15년 전 조회 1,469
15년 전 조회 2,057
15년 전 조회 1,857
15년 전 조회 1,419
15년 전 조회 1,736
15년 전 조회 1,741
15년 전 조회 1,923
15년 전 조회 1,760
15년 전 조회 1,537
15년 전 조회 2,142
15년 전 조회 1,391
15년 전 조회 1,367
15년 전 조회 1,319
15년 전 조회 1,474
15년 전 조회 1,790
15년 전 조회 1,572
15년 전 조회 1,849