Image rollovers and image replacement can be made really easy with jQuery and with no plug ins necessary. They can be done with CSS and other techniques but by welding the power of jQuery you can assign a hover state to any image you need on the page. Step 1 the jQuery $(‘.rollover’).hover(function() { var [...]
