NOTICE

버튼

Date : 2008. 8. 18. 13:37 Category : Programming/HTML/CSS
<style>
button {
   border:0 groove;
   background-color:transparent;
   width:expression((this.width)?this.width+'px':'');
   height:expression((this.height)?this.height+'px':'');
   cursor:expression((this.disabled==true)?'':'pointer');
}
</style>
<form method=post action="" onsubmit="return false">
   <button type=submit width="160" height="108" border="0">
   <img src="http://tattertools.com/images/logo_eolin.gif" border="0">
   </button>
</form>


[테스트]



출처 : PHPSCHOOL, by 신공표