Html - 투명 input 박스...
목록  
제 목 투명 input 박스...
작성자 박세청 작성일 2009/09/01 14:46


input 입력박스를 text 처럼 사용할때 사용!!

------------------------------ 소스---------------------------------

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>

<body>
<input type=text value='밑에 값을 지우고 입력하세요.' name=m_id size=12 class=basic1 maxlength=20 style="width:200px;height:18px;color:red;font-weight:bold;background-color:white;border:0 solid #7B7B7B;" readonly>
<br>
<input type=text value='여기에 입력하세요!!' name=m_id size=12 class=basic1 maxlength=20 style="width:150px;height:18px;color:red;font-weight:bold;background-color:white;border:0 solid #7B7B7B;" >

</body>
</html>

---------------------------실행 예제 ------------------------------

 






이전글 div 레이어에 스크롤바 보이기
다음글 css 기본 스타일

목록