Free expendable button psd freebee

A new psd freebee is the expendable button psd file and css included. The webdesign is followed by the below css code to make it into a css sprite for loadspeed optimalisation and you to use in one of your upcomming projects. The button can be used for non-commercial als commercial projects. Feel free to share, a link back is appreciated.

Download the psd file here.

Free expendable button psd freebee - Freelance webdesigner

 

/** Button **/

div.button
{
background: url('../gfx/btn-right.png') top right no-repeat;
margin: 0 20px;
padding: 0 13px 0 0;
}
div.button a
{
height: 35px;
font-size: 20px;
color: #ffffff;
text-align: center;
text-decoration: none;
border: 0 none;
background: url('../gfx/btn-left.png') top left no-repeat;
padding: 12px 0 0 10px;
display: block;
}
div.button:hover
{
background: url('../gfx/btn-right.png') right -47px no-repeat;
}
div.button:hover a
{
background: url('../gfx/btn-left.png') left -47px no-repeat;
}

Reacties