hey i just want to add a 3d button about this thread i just gonna change it with a hover effect and 3d button too
[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)