본문 바로가기

Story/html/css

text box에 background image 넣기

반응형

<input name="이름" type="text"
style="background-image:url('/images/xxx.gif');background-repeat:no-repeat;background-position:top center;background-position-y:-1;background-position-x:-1"
onFocus="this.style.backgroundImage=''">

input 상자에 배경이미지를 지정해 놓고 focus가 있을때 배경이미지를 없애는 예문
반응형