Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a jQuery plugin that offers the same functionality like this Facebook hovercard feature?

enter image description here

I found one: Hovercard - a jQuery plugin with built in Twitter and Facebook cards, but it doesn't offer what I really want as it appears within the element, I don't need that, I need that is the same as the bottom with an arrow and appears under the element instead of inlined. Also, it lacks with appear in parents with overflow: hidden so a positioned hovercard would be great.

share|improve this question
You may want to also search for "tooltips". – Consciousness Dec 16 '11 at 14:53
There are tooltips, but most of them are same as black background, white text and normally get the title attribute, but I need a flexible hovercard that enables custom HTML in the card. – Burning the Codeigniter Dec 16 '11 at 15:06
Do a more extensive search, there's some pretty awesome tooltips. – Consciousness Dec 16 '11 at 15:16
flowplayer.org/tools/tooltip/index.html - this is the first link I found without even trying. There's also pure CSS ones which work the same but you have to manually create the HTML, which I assume isn't a problem. – Consciousness Dec 16 '11 at 15:17
Pure css: psacake.com/web/jl.asp – Consciousness Dec 16 '11 at 15:23
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.