[quote=putra_willy]mau nanya kode css...buat cp button yang ada url image nya...
mohon bantuannya plz..[/quote]
coba pake nech, ,
[quote]/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited { /*buttons*/
color:transparent;
font-size:10px;
border-width:0px ;
border-color:#000000;
border-style:solid;
background:transparent no-repeat fixed left url(http://www.planetsmilies.com/smilies/fighting/fighting0010.gif);
text-align:left;
padding-left:18px;
}
#controlPanelButtons a:hover { /*buttons hover*/
color:transparent;
font-size:10px;
border-width:0px ;
border-color:#000000;
border-style:solid;
background:transparent no-repeat fixed left url(http://www.planetsmilies.com/smilies/fighting/fighting0010.gif);
text-align:left;
padding-left:18px;
}[/quote]