 |
|
|
 | |  | |
|
|
INPUT À» ´Ù¾çÇÏ°Ô Ç¥ÇöÇϱâ |
|
|
°ü¸®ÀÚ
|
05-04-23 01:41
|
|
|
| |
|
|
|
type='text' ÀÇ Å׵θ®¸¦ ¼±À¸·Î Ç¥ÇöÇϱâ
<input type='text' size=20 name=motifdn
style="border-right: black 1px solid; border-top: black 1px solid;
border-left: black 1px solid; border-bottom: black 1px solid;
font-family: gulim; font-size: 9pt;height:16px;">
type='text' ÀÇ Å׵θ® Á¡¼±À¸·Î Ç¥ÇöÇϱâ
<input type='text' name=motifdn size=20
style="border-bottom: 1px dashed; border-left: 1px dashed;
border-right: 1px dashed; border-top: 1px dashed">
type='text' ÀÇ Å׵θ® ¹Ø¼±À¸·Î Ç¥ÇöÇϱâ
<input type='text' name="motifdn" size=20
style = "border-bottom: #333333 1px solid; border-left: #ffffff 1px solid;
border-right: #ffffff 1px solid; border-top: #ffffff 1px solid">
type='text' ÀÇ ¹è°æ»ö ¹Ù²Ù°í ¸¶¿ì½º¿À¹ö½Ã »ö¹Ù²Ù±â
<input type="text" name="motifdn" size="20" style="BACKGROUND-COLOR: #999999"
onMouseOver = "this.style.backgroundColor = 'gold'"
onMouseOut = "this.style.backgroundColor = '#999999'">
type='button' ÀÇ Å׵θ®¸¦ ¼±À¸·Î Ç¥ÇöÇϱâ
<input type=button name="mybn" value="ok"
style="width:50;height:18;background-color:#d0d0d0;border:1 solid #999999;color:silver">
type='button' ¿¡ ¹è°æÀ̹ÌÁö ³Ö±â
<input type=button
style="width:100; height:25; cursor:hand; background:url(À̹ÌÁöÆÄÀÏ); color:black;font-weight:bold">
type='button' ¿¡ ¸¶¿ì½º¿À¹ö½Ã »ö¹Ù²Ù±â
<input type="button" name="mybn" value="ok"
onMouseOver = "this.style.backgroundColor = 'white'"
onMouseOut = "this.style.backgroundColor = ''">
selectÀÇ ¿É¼Ç Àüü ¹è°æ»ö Ç¥ÇöÇϱâ
<select style='background#b9fd6f;'>
<option value="1">¼±ÅÃ1</option>
<option value="2">¼±ÅÃ2</option>
<option value="3">¼±ÅÃ3</option>
</select>
selectÀÇ ¿É¼Ç ÇÑÁÙ¾¿ ±³´ë·Î ¹è°æ»ö ¹Ù²ã¼ Ç¥ÇöÇϱâ
<select>
<option value="1" style="background-color: #b9fd6f">¼±ÅÃ1</option>
<option value="2">¼±ÅÃ2</option>
<option value="3" style="background-color: #b9fd6f">¼±ÅÃ3</option>
<option value="4">¼±ÅÃ4</option>
<option value="5" style="background-color: #b9fd6f">¼±ÅÃ5</option>
</select>
selectÀÇ ¿É¼Ç ÀüºÎ ´Ù¸¥»öÀ¸·Î Ç¥ÇöÇϱâ
<select style="font-size:8pt">
<option value="1" style="background:navy;color:white">¼±ÅÃ1</option>
<option value="2" style="background:yellow;color:black">¼±ÅÃ2</option>
<option value="3" style="background:red;color:white">¼±ÅÃ3</option>
<option value="4" style="background:navy;color:white">¼±ÅÃ4</option>
</select>
textarea ¶óÀμ± ¾øÀÌ ¹è°æ»öÀ¸·Î Ç¥ÇöÇϱâ
<textarea rows=10 cols=60 style="background-color:#b9fd6f;border-width:0;">³»¿ë</textarea>
textareaÀ» ¹è°æÀ̹ÌÁöÀ¸·Î Ç¥ÇöÇϱâ
<textarea style="background-image:url(À̹ÌÁöÆÄÀÏ);
background-repeat:no-repeat; background-attachment:fixed;" rows=10 cols=60>³»¿ë</textarea>
|
|
 |
| | |  | |  |
|
|
|
|
|
|