PDA

View Full Version : Love this mouseover!!


K4GAP
01-18-2012, 10:49 PM
Does anyone else think this mouseover effect is really neat? I think I like it so much because it's over a plain white background and the on effect seems to appear out of no where. How hard would this be to do? Anyone have code for this?

Lynne
01-19-2012, 01:03 AM
It's just css with an image as the background when you hover over it. Basically:

a:hover {background-image:xxxxx; background-position: x y;}