Skip to content

Instantly share code, notes, and snippets.

@chocoby
Created September 5, 2012 05:05
Show Gist options
  • Save chocoby/3630840 to your computer and use it in GitHub Desktop.
Save chocoby/3630840 to your computer and use it in GitHub Desktop.
twitter bootstrap の tooltip を画像で使用する
<div class="user-icon">
<a href="#" rel="tooltip" title="title" data-placement="bottom">
<img src="/path/to/image.jpg">
</a>
</div>
div.user-icon a {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment