html태그 table 이미지속 input text 정보
html태그 table 이미지속 input text
관련링크
http://moct.pe.kr/test.php
99회 연결
본문
이미지 속에 테이블을 넣을려하거든요
↑이렇게 하고싶은데 ...
우선 이렇게작성했어요
<table border=0>
<tr><td>
<table border=0>
<tr><input type=text><td>
</td></tr>
</table>
<img src=./img/test.gif border=0>
</td></tr>
</table>
그래서 링크처럼되었구요 ..
댓글 전체
인풋에 이미지 배경을 까실려고하는거죠?
스타일 먹이면 될껀데
<style type="text/css">
.search_box {
width:356px;height:31px;
text-align:left;
margin-right:4px;background:url(bg_nvCommon.gif) no-repeat left top;
background-attachment: fixed;
clear:both;
}
</style>
<input type=text class=search_box>
이런식으로
스타일 먹이면 될껀데
<style type="text/css">
.search_box {
width:356px;height:31px;
text-align:left;
margin-right:4px;background:url(bg_nvCommon.gif) no-repeat left top;
background-attachment: fixed;
clear:both;
}
</style>
<input type=text class=search_box>
이런식으로
우와우 css에 참여러가지기능이있는듯?
배워봐야겠네여 !!! 감사합니다 @_@
배워봐야겠네여 !!! 감사합니다 @_@
감사합니다 ^^