图片按钮CSS定义

<style>
   .button 
{
   font: 12px Tahoma, Verdana;  
   padding: 
0 5px;   color: #D3E0E7;   
   background
-image: url("images/buttonbg.gif");   
   background
-repeat: repeat-x;  
   background
-position: 0 50%;   
   outline: 1px solid #D3E0E7;  
   border: 1px solid #FFF 
!important;   
   height: 19px 
!important;   
   border: 1px solid #D3E0E7;   
   height: 21px;   line
-height: 17px;   
}
   
</style>
posted @ 2008-02-14 18:19  龍峸.大卫  阅读(1178)  评论(0编辑  收藏  举报