CSS Button
| 八月 25, 2005 | 沒有迴響| 沒有引用| 1847 reads | Size: L, M, S | Edit: P, C, R || Category: HTML CSS PHP JS. |
As Title...
Demo Page:
http://usewisdom.com/home/webmaster/css_button.html
The HTML Code:
<span class="cssbutton"><span class="buttonleft">css</span>
<span class="buttonright">button</span></span>
The CSS Code:
.cssbutton {
background: #fff;
padding: 1px;
font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
font-size: x-small;
font-variant : small-caps;
border : 1px solid #aaa;
}
.buttonleft {
color: #f8f8f8;
background: #a42;
padding: 0px 3px 0px 3px;
}
.buttonright {
color: #f8f8f8;
background: #886;
padding: 0px 20px 0px 3px;
}
隨機文章:
» pLog - TinyMCE 的後續調整
» 方便的 CSS HTML PHP MySQL mod_rewrite JavaScript HEX 速查表
» LifeType - 標題、按鈕亂碼
» 請停止散佈 .doc 檔
» Lightbox

