Hey !!
I have created a web application in ASP.net. In the master page, I am using tables to create the required page display. On the left side, i have an image on an arrow followed by text eg. (img.png)Order. When i click on Order, i need the different types of orders displayed in dropdown. I have hard coded them as of now. and have tried various scripts available. But as it is in table format, It gives me issues. could anyone please help ? I need to do this asap !! Stuck due to it..
An example of whai I need to do :
(image.png) Orders
Order1
Order2
Order3
When i click/hover the mouse on the image, the orders listed should appear just as it exapnds below.
Thank You !!