Page 1 of 1

Dynamic tooltip popups using only CSS

Posted: Fri Dec 02, 2011 12:51 pm
by Thenior
Check this out:

http://thinkcloud.ly/snippets/tooltips.html

Been trying to understand em in CSS better, so I made this tooltip popup. Only thing that javascript does increase/decrease the font-size. Everything else automatically scales using css - no images or anything.

Re: Dynamic tooltip popups using only CSS

Posted: Fri Dec 02, 2011 8:11 pm
by Isaac
Interesting!

Re: Dynamic tooltip popups using only CSS

Posted: Sun Dec 04, 2011 4:04 am
by Jeff250
Interesting, I've never used em for non-font-sizes.