Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>Demo by roXon </title>
</head>
<body>
  
  
  <div id="tag-menu"></div>
  
  <span class="edit-tags-wrapper">
    <a rel="tag" title="show questions tagged 'jquery'" class="post-tag" href="/questions/tagged/jquery">jquery</a>
    <a rel="tag" title="show questions tagged 'animation'" class="post-tag" href="/questions/tagged/animation">animation</a>
    <a rel="tag" title="show questions tagged 'tags'" class="post-tag" href="/questions/tagged/tags">tags</a>
    <a rel="tag" title="" class="post-tag" href="/questions/tagged/stackoverflow">stackoverflow</a>
  </span>
  
  
  
  
  
</body>
</html>
 
.post-tag{
 background:#e0eaf1;
 border-right:1px solid #3E6D8E;
 border-bottom:1px solid #3E6D8E;
 padding:2px 5px;
 color:#4a6b82;
}
.post-tag{
 text-decoration:none;
}
.post-tag:hover{
 background:#3E6D8E;
 color:#fff;
}
#tag-menu{
 background:#666;
 position:absolute;
 display:none;
 box-shadow:0 2px 3px #000;
 border-radius:5px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers