Authors
-
Quick Tip - Set Hover Class for Anything Sometimes it's nice to be able to give users visual feedback when they hover their mouse over an element on the page. It's easy to do, of course, with a little CSS: #hover-demo1 p:hover { background: #ff0; } That little style rule changes the background of any paragraph that is a descendant of an element with id="hover-demo" to a nice bright yellow — but only when you hover your mouse over it. So, if that's all there is to it, what does this have to do wi (Read Full Article)
Related Articles
- Comment on Questions and Answers from the List by Karl Swedberg
- also written by Karl Swedberg
- Comment on More Showing, More Hiding by Karl Swedberg
- also written by Karl Swedberg
- Comment on Three Quick Ways to Avoid Widows by Karl Swedberg
- also written by Karl Swedberg
- Learning jQuery » Working with Events, part 1
- also published in Learning jQuery
- Comment on clueTip Plugin Beta 2 by Karl Swedberg
- also written by Karl Swedberg
- Comment on Accordion Madness by Karl Swedberg
- also written by Karl Swedberg
- Comment on Slicker Show and Hide by Karl Swedberg
- also written by Karl Swedberg
- Comment on Introduction to jQuery UI by Karl Swedberg
- also written by Karl Swedberg
- Learning jQuery » Revealing Details with jQuery
- also published in Learning jQuery
- Comment on Updated jQuery Bookmarklet by Karl Swedberg
- also written by Karl Swedberg






Recent Comments
joew » Partial Functions in JavaScript
This is a fascinating article, partial function application is a really useful technique John's ...
pawan » Google
Here are two other similar products which I bookmarked in the past: http://www.maani ...
See all recent comments