Dylan Greene did the button in CSS , which is precisely as
politically correct as the PNG version. [Scripting News]
This is great! Surprised no one thought of this sooner.
In fact, here's a translation of the instance CSS to a class so that you can stuff it
in a stylesheet and reuse it for all types of buttons in your page:
a.standardsButton
{
border:1px solid;
border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
padding:0px
3px 0px 3px;
font:bold 10px verdana,sans-serif;
color:#FFFFFF;
background-color:#ff6600;
text-decoration:none;
margin:0px;
}
Then, you can use something like so:
<a class="standardsButton" href="http://www.xmlrpc.com">XML-RPC</a>