Created
September 17, 2009 18:41
-
-
Save scottferg/188640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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