
Untitled
By: a guest on
May 2nd, 2012 | syntax:
HTML | size: 0.50 KB | hits: 22 | expires: Never
<button class = 'ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only buttons' type ='button' role ='button' aria-disabled='false'>
<span class = 'ui-button-text'> TEST </span> </button>
.buttons {
width:175px;
margin:2px;
outline:0;
text-decoration: none;
cursor: pointer;
position: relative;
text-align:center;
zoom: 1;
}
/* .buttons:hover {
function(){
$(this).addClass("ui-state-hover");
},
function(){
$(this).removeClass("ui-state-hover");
}
}