كود:
<style type="text/css">
a.squarebutton{
background: transparent url('media/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* قم بالتعديل على حجم الخط بما تريد*/
line-height: 15px;
height: 23px;
padding-left: 9px; /* عرض الصورة اليسرى اذا أحببت استخدام صورة خاصة بك*/
text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*لون خط الكتابة على الزرّ*/
}
a.squarebutton span{
background: transparent url('media/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0;
}
a.squarebutton:hover{
background-position: bottom left;
}
a.squarebutton:hover span{
background-position: bottom right;
color: black;
}
.buttonwrapper{
overflow: hidden;
width: 100%;
}
</style>