On Tue, 20 Jan 2009 00:35:32 +0100, Micha+é Zieli+äski wrote: > Hi > > I`ve got image button. It`s quite big and colorfull. I`d like to create a > hover effect > which changes only small detail on this big image (button). The small circle > should > change color from white to red. I don`t want to replace all the image > because it > would be to heavy to load. Using sprite method for whole image is also quite > heavy. > Could you give me a hint how to do it? (hover effect on image which changes > only a tiny > part of the image) >
Make the circle transparent and change background-color on hover, maybe? Cordially, David --
______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
