I really like the look and function of rollovers, but sometimes I don't want to use javascript and I don't want to deal with images. So when I found css/edge's all css popups a while back, I really looked forward to finding a use for them. No javascript, just pure CSS.
After a question in the Movable Type forums, someone was looking for a calendar where you could easily see the titles of the entries on that day. So I put together codes and an example at Blogstyles in case it was useful to other people too.
It uses absolute positioning and a display:none in the css to show nothing when you aren't hovering, and then on hover, it positions the text directly below the calendar. I think its terrific! If anybody else has ideas for implementing this, I'd be happy to work with you to get it going