Posted on: 5/18/2015 4:24:40 PM | Views : 528


Hello, 
   I want to create a Menu in my master file - horizontal menu with vertical sub menus. I want to have images on top of each menu. Each menu & it's sub Menu of different color. Of this type as shown below :

Link to the image of the Menu I want - https://onedrive.live.com/redir?resid=572D7026B8B4C709!1387&authkey=!AMV1QfmQw9cTPBg&v=3&ithint=photo%2cpng
Or check the menu in DaniWeb site. On MouseOver, the sub menu's come up. I tried using <asp:Menu>, <ul>, but couldn't get this type of menu on the top. I want to insert Menu in my header div :
<div class="headerDiv"> <asp:Image ImageAlign="Middle" runat="server" ImageUrl="~/Images/titleLogo.png" Height="26" Width="26" /> & ...

Go to the complete details ...