converting css hover to jquery hover
问题 I am building a website with hover effects. See http://vitaminjdesign.com/index.html and look at the services section in the bottom right. I am using :hover to change the background color. I want to use jquery to acheive the same result with an elegant fade. Here is my html: <div class="iconrow"> <a href="#"><img src="images/icon1.png" border="0" width="35" /> <h2>Website Design</h2></a> </div> (repeated 6 times with different images and text) Basically, when .iconrow is rolled over, I want