달력

42024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

버튼 스타일시트 ^^

DHTML 2004. 10. 20. 11:49

자꾸 까먹어서리 ^^

 

 

 

<style>

.button {
 border:1x

 solid #000000;
 background-Color:#CCDCFB;
 font:15px tahoma;
 color:#3E3E3E;
 width:50;
 height:50
}

</style>

 

 

<input type="button" value="누질러" class="button" />

 

 

 

Posted by tornado
|