Hi, I'm trying to put a user control together which will contain a menu control. what i have is a menu that is horizontally oriented, and using 4 gifs as the individual menu items with about 10px of spacing between them. So far easy enough, but what i need is to swap out each gif on hover over. im pretty sure the menu control doesn't support an image-swap-on-hover functionality, so im trying to find a work around. im guessing it will involve some clever css, but im completely stuck and simply can't figure this out. any help?
side question here: i was asked to put the menu in a user control and then register it in the master page. is there a benefit to this? why not just code the menu into the master page instead of in a separate user control?
thank you...