먼저 스타일시트에
input.underline {
border-left-width:0;
border-right-width:0;
border-top-width:0;
border-bottom-width:1;
}
이렇게 써주고 input 태그에
<input class="underline" ...>
or
<html> <head>
<style>
input.underline {border:0;border-bottom:1 solid #FF0000;}
</style>
</head>
<body>
<input class="underline" type="text" value="ABCDEFGH">
</body>
</html>
input.underline {
border-left-width:0;
border-right-width:0;
border-top-width:0;
border-bottom-width:1;
}
이렇게 써주고 input 태그에
<input class="underline" ...>
or
<html> <head>
<style>
input.underline {border:0;border-bottom:1 solid #FF0000;}
</style>
</head>
<body>
<input class="underline" type="text" value="ABCDEFGH">
</body>
</html>
반응형
'인터넷정보' 카테고리의 다른 글
감췄다... 보여줬다... -_-;; - display:hidden / display:visibility (0) | 2007.10.17 |
---|---|
감췄다... 보여줬다... -_-;; - display:hidden / display:visibility (0) | 2007.10.17 |
이미지를 문서에 삽입하지 않고 새창으로 띄우기. (0) | 2007.10.17 |
이미지를 문서에 삽입하지 않고 새창으로 띄우기. (0) | 2007.10.17 |
inupt 태그에 밑줄만 넣는 방법입니다. (0) | 2007.10.17 |
원본 이미지 링크해제시, 이미지가 깨진경우 이미지의 에러처리.. (0) | 2007.10.17 |
원본 이미지 링크해제시, 이미지가 깨진경우 이미지의 에러처리.. (0) | 2007.10.17 |
글자 위에 조그맣게 주석다는거..(익스 전용) (0) | 2007.10.17 |
글자 위에 조그맣게 주석다는거..(익스 전용) (0) | 2007.10.17 |
프레임 문서에서 경계선 테두리 두르기 (0) | 2007.10.17 |