'textarea'에 해당되는 글 1건

  1. 2008.11.04 textarea 컨트롤
web standard/tag2008. 11. 4. 16:10

**내용 입력시**

<textarea cols=40 rows=5 onfocus="this.value=''">내용을 입력하세요</textarea>
<input type="text" name="textfield" onfocus="this.value=''" value="주소를 입력하세요.">

<textarea cols=40 rows=5 onc lick="if(this.value=='내용을 적어주세요.^^'){this.value=''}">내용을 적어주세요.^^</textarea> 

 

**이미지 넣을시**

<input type="text" style="background:url(이미지경로) no-repeat 0 50%;" onfocus="this.style.background='none';" />

 

 

**색상 넣을시**

<input type="text" style="background:#ff6600 " onfocus="this.style.background='none';" />


'web standard > tag' 카테고리의 다른 글

embed태그  (0) 2011.02.06
object를 이용한 플래시 삽입  (0) 2010.04.28
올바른 마크업을 위한 준수사항  (0) 2008.07.29
테이블  (0) 2008.07.29
ul과 ol 과 dl  (0) 2008.07.29
Posted by 수라