Hier- habe ich auf die schnelle gebastelt ;)
a.button {
padding-left:1em;
padding-right:1em;
padding-top:0.2em;
padding-bottom:0.1em;
text-decoration:none;
background-color:#CFCFCF;
color:#000000;
border:1px solid;
border-top-color:#DFDFDF;
border-left-color:#DFDFDF;
border-right-color:#5F5F5F;
border-bottom-color:#5F5F5F;
}
a.button:hover {
color:#000000;
background-color:#DFDFDF;
border-top-color:#FFFFFF;
border-left-color:#FFFFFF;
border-right-color:#000000;
border-bottom-color:#000000;
}
a.button:active {
color:#4F4F4F;
background-color:#BFBFBF;
border-top-color:#6F6F6F;
border-left-color:#6F6F6F;
border-right-color:#DFDFDF;
border-bottom-color:#DFDFDF;
}
dazu gehört:
<a href="#" class="button">EIN BUTTON</a>
MFG
bleicher
--
__________________________-
Menschen an sich , sind nicht schlecht - es sind nur ihre Taten (c).
__________________________-
Menschen an sich , sind nicht schlecht - es sind nur ihre Taten (c).