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.

I'm not a pro in CSS but I'm trying to learn.

I have this little sandbox going on: enter image description here

It's basically a bunch of icons with some extra detail that is displayed once you hover over the icon.

I've been playing around with CSS trying to make this work but I get erratic behaviour so far. Code is here

I wonder if I could somehow immitate a rich tooltip so it opens up when the icon is hovered over, and without changing the position of the other icons.

Any creative idea, including a change in basic design, will be gladly accepted.

My goal is to achieve this using CSS3 Transitions so minimal to no JavaScript is ideal.

Thanks!

share|improve this question

1 Answer

up vote 1 down vote accepted

Maybe you could use hint.css, its a pure css tooltip

http://kushagragour.in/lab/hint/

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.