묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
로그인 input 폼에서 배경 넣는 법좀...
2008.01.27 16:52
로그인 폼에서 배경 넣는 법 좀 아르켜 주세요 ㅡ.ㅜ
<input name="password" type="password" title="password" onFocus="this.style.background=''" onBlur="this.style.background=''"style="background-color:transparent; border:1px solid #aec19b; border:1px dotted #666666; width:70px; height:16px;background-image:url('./images/pwbg.gif');background-repeat:no-repeat;" maxlength="12" tabindex="1"/>
위에 소스처럼 넣었지만... 정작 배경은 투명만 나오는데... css 소스는 고칠것도 없는거 같고..
이래저래 만져바도 배경은 보이지도 않네요...
도와주세요 ㅠㅠ
<input name="password" type="password" title="password" onFocus="this.style.background=''" onBlur="this.style.background=''"style="background-color:transparent; border:1px solid #aec19b; border:1px dotted #666666; width:70px; height:16px;background-image:url('./images/pwbg.gif');background-repeat:no-repeat;" maxlength="12" tabindex="1"/>
위에 소스처럼 넣었지만... 정작 배경은 투명만 나오는데... css 소스는 고칠것도 없는거 같고..
이래저래 만져바도 배경은 보이지도 않네요...
도와주세요 ㅠㅠ
댓글 3
-
백성찬
2008.01.27 17:08
-
보드타는찌니
2008.01.27 17:11
위젯>로그인_인포>스킨>제꺼>login_form.html 이 소스안에서 고치는건데도..그런가여? 잘 이해가..^^;
-
ssari.myid.net
2008.01.28 11:20
background-image:url('./images/pwbg.gif');의 경로가 틀린건 아닐까요..
zbxe페이지에 붙여 넣어야 작동합니다.