묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
input 박스의 선 색 다른색으로 지정하는 방법은 없을 까요?
2005.05.09 12:00
inpu의 상하 사이즈는 style로 조절이 가능한데, input 박스의 선 색 다른색으로 지정하는 방법은 없을 까요?
<input type=text name=keyword value="<?=$keyword?>" class=input size=10 style="font-size:11;">
<input type=text name=keyword value="<?=$keyword?>" class=input size=10 style="font-size:11;">
댓글 2
-
이현노
2005.05.09 18:28
border 를 쓰면 되는것을.... -
매운깡♨™
2005.05.09 20:42
INPUT 뒷부분에 style="font-size:9pt; color:rgb(51,51,51); background-color:rgb(204,204,204); border-width:1; border-color:rgb(51,51,51); border-style:solid; height:20px;"
이런식으로 넣어주시면 됩니다.
여기서 background 와 boder 칼라만 수정해 주시면 됩니다.