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,174
15년 전 조회 1,882
15년 전 조회 1,759
15년 전 조회 1,440
15년 전 조회 2,480
15년 전 조회 1,574
15년 전 조회 1,528
15년 전 조회 1,740
15년 전 조회 1,499
15년 전 조회 1,719
15년 전 조회 1,683
15년 전 조회 1,309
15년 전 조회 2,047
15년 전 조회 2,048
15년 전 조회 990
15년 전 조회 1,018
15년 전 조회 3,459
15년 전 조회 2,397
15년 전 조회 1,509
15년 전 조회 1,036
15년 전 조회 1,034
15년 전 조회 1,509
15년 전 조회 1,800
15년 전 조회 1,679
15년 전 조회 1,458
15년 전 조회 1,726
15년 전 조회 1,424
15년 전 조회 1,973
15년 전 조회 1,029
15년 전 조회 1,374
15년 전 조회 1,022
15년 전 조회 1,497
15년 전 조회 1,054
15년 전 조회 1,359
15년 전 조회 1,067
15년 전 조회 1,331
15년 전 조회 1,606
15년 전 조회 3,119
15년 전 조회 1,434
15년 전 조회 4,806
15년 전 조회 2,305
15년 전 조회 1,633
15년 전 조회 1,836
15년 전 조회 1,704
15년 전 조회 2,103
15년 전 조회 1,997
15년 전 조회 1,316
15년 전 조회 1,832
15년 전 조회 1,199
15년 전 조회 1,321
15년 전 조회 7,320
15년 전 조회 2,677
15년 전 조회 2,316
15년 전 조회 1,339
15년 전 조회 1,623
15년 전 조회 1,505
15년 전 조회 2,140
15년 전 조회 1,886
15년 전 조회 1,437
15년 전 조회 1,268
15년 전 조회 4,713
15년 전 조회 3,089
15년 전 조회 1,439
15년 전 조회 1,101
15년 전 조회 1,732
15년 전 조회 1,980
15년 전 조회 1,792
15년 전 조회 1,221
15년 전 조회 2,191
15년 전 조회 3,512
15년 전 조회 1,661
15년 전 조회 1,578
15년 전 조회 1,461
15년 전 조회 1,267
15년 전 조회 1,108
15년 전 조회 1,214
15년 전 조회 2,372
15년 전 조회 1,429
15년 전 조회 1,775
15년 전 조회 4,002
15년 전 조회 1,707
15년 전 조회 1,867
15년 전 조회 1,575
15년 전 조회 1,546
15년 전 조회 2,157
15년 전 조회 1,944
15년 전 조회 1,503
15년 전 조회 1,830
15년 전 조회 1,838
15년 전 조회 1,996
15년 전 조회 1,839
15년 전 조회 1,633
15년 전 조회 2,235
15년 전 조회 1,468
15년 전 조회 1,447
15년 전 조회 1,407
15년 전 조회 1,574
15년 전 조회 1,896
15년 전 조회 1,665
15년 전 조회 1,935