Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: HTML  |  size: 0.50 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <button class = 'ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only buttons' type ='button' role ='button' aria-disabled='false'>
  2.                                         <span class = 'ui-button-text'> TEST </span> </button>
  3.  
  4. .buttons {
  5. width:175px;
  6. margin:2px;
  7.  
  8. outline:0;
  9. text-decoration: none;
  10. cursor: pointer;
  11. position: relative;
  12. text-align:center;
  13. zoom: 1;
  14. }
  15. /*      .buttons:hover {
  16.         function(){
  17.                 $(this).addClass("ui-state-hover");
  18.         },
  19.         function(){
  20.                 $(this).removeClass("ui-state-hover");
  21.         }
  22. }