Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  .seven_normalButton {
    margin: 0px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    min-width: 64px;
    border: solid 3px white;
    height: 21px;
    cursor: pointer;
  }
  .seven_normalButton:hover {
    background-color: #ebedf0;
  }
  .seven_sobutton {
    position: relative;
    padding: 1px;
    margin: 0px;
    width: auto;
    display: inline-block;
    background-image: url(http://crm.adwiza.com/SuperOffice/images/seven/System/Button_OK_Gradient.png);
  }
</style>
</head>
<body>
  <span class="seven_sobutton">
    <input name="mctodaybutton" type="button" id="mctodaybutton" value="Today" class="seven_normalButton" />
  </span>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers