Currently, I am in the process of creating a user control that will include a menu control. The menu is oriented horizontally and consists of 4 gifs as individual menu items with spacing of about 10px between them. While this setup is relatively simple, I am facing a challenge - I want to change each gif on hover over. Since the menu control doesn't seem to support an image-swap-on-hover feature, I am struggling to find a workaround for this issue. I believe it might require some creative CSS, but so far I haven't been able to come up with a solution. Can anyone provide assistance?
Additionally, I have a side question: I was advised to place the menu within a user control and then register it in the master page. Is there any specific advantage to doing this? Wouldn't it be easier to just incorporate the menu directly into the master page instead of using a separate user control?
Many thanks in advance...