You are viewing a post by cip6192. View all 89 posts in [color=blue][b]Wanna have a Control Panel Button like this?[/b][/color] ++++++++++++++++++++++++++ [img]http://images.tabulas.com/102720/l/Bj03.JPG[/img] ++++++++++++++++++++++++++ [b]Here's the code[.
[b]this is the button with no hover[/b]
[img]http://img148.imageshack.us/img148/6567/button2ep0.gif[/img]
[b]this is the button at hover[/b]
[img]http://img108.imageshack.us/img108/9742/buttonwa8.gif[/img]
and this is the code
[quote]/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 7pt; text-decoration:none;
color: #000000;
background-color: transparent; background-image:url(http://img148.imageshack.us/img148/6567/button2ep0.gif); background-position:center center; background-attachment:fixed; background-repeat:no-repeat;
border-color: transparent; border-style:none; border-width:0px;
}
#controlPanelButtons a:hover {
font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 7pt; text-decoration:none;
color: #000000;
background-color: transparent; background-image:url(http://img108.imageshack.us/img108/9742/buttonwa8.gif); background-position:center center; background-attachment:fixed; background-repeat:no-repeat; border-color: transparent; border-style:none; border-width:0px;
}[/quote]
put it in your css file extension
http://theftalk.com/t1879-save-extension-file-host-site....html
Last edited by cip6192 (2007-06-18 05:41:07)