Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 17, 2011 08:59 pm GMT

Bubble Point Tooltips with CSS3 & jQuery

I needed some tooltips for a thing. In looking around for a little inspiration, I didn't have to go further than my dock:

The inspiration: contextual menus from OS X dock

This is where I ended up:

View Demo   Download FilesThe HTML: Keepin' it Clean

Links can have tooltips in HTML with no fancy coding whatsoever. Just give a link a title attribute.

<a href="#" title="Hi, I'm a tooltip thingy.">link</a>

Then…

Bubble Point Tooltips with CSS3 & jQuery is a post from CSS-Tricks


Original Link: http://css-tricks.com/14950-bubble-point-tooltips-with-css3-jquery/

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks