jQuery ContentHover Plugin
A jQuery plugin that shows hidden content on top of an element when the mouse hovers over it.
Documentation
A complete options reference is available on the blog post, along with comments and updates.
Demos
All demos use pretty much the same html markup, and css:
HTML
Lorem ipsum dolor
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum pulvinar ante quis augue lobortis volutpat.
CSS
.contenthover { padding:20px 20px 10px 20px; } .contenthover, .contenthover h3, contenthover a { color:#fff; } .contenthover h3, .contenthover p { margin:0 0 10px 0; line-height:1.4em; padding:0; } .contenthover a.mybutton { display:block; float:left; padding:5px 10px; background:#3c9632; color:#fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .contenthover a.mybutton:hover { background:#34742d }