Skip to content

Instantly share code, notes, and snippets.

@scottferg
Created September 17, 2009 18:41
Show Gist options
  • Save scottferg/188640 to your computer and use it in GitHub Desktop.
Save scottferg/188640 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/toolstrip-handler.js"></script>
<link rel="stylesheet" type="text/css" href="css/toolstrip.css" />
</head>
<body>
<div class="toolstrip-content bookmarks">
Hello World
</div>
<div class="toolstrip-buttons">
<span class="toolstrip-button menu">
<img src="images/deliciousUp16.png" title="My Del.icio.us" /><span style="display:-webkit-box">Bookmarks</span>
</span>
<div class="toolstrip-button menu">Settings</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment