Menu + onMmouseOver event

D

draku

Hi All!

I'm using the Menu to create my page navigation and I'm using images as
the links.
Example code:
<asp:Menu ID="Menu1" runat="server"
OnMenuItemClick="Menu1_MenuItemClick">
<Items>
<asp:MenuItem ImageUrl="~/images/left-nav1.gif" Text="1"
Value="1"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/images/left-nav2.gif" Text="2"
Value="2"></asp:MenuItem>
<asp:MenuItem ImageUrl="~/images/left-nav3.gif" Text="3"
Value="3"></asp:MenuItem>
</Items>
</asp:Menu>

How can I create onMmouseOver event to change the image???

Thanks for any help.

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top