Posted on: 4/22/2015 1:12:42 PM | Views : 564

In my menu control I have created two level of menus i.e. child menu and subchild menu. my problem is to display subchild menu on mouse over to the left to right.
For that i'm using jquery methods but I could not found any relevant code to show in proper way. for design the menu i'm using css code too.
my code is:
<ul> ... <li class="mainMenu" id="Electronics"> <a href="#"><span>Electronics</span></a> <ul id="Electronics"> <li class="subMenu" id="Laptops"> <a href="#"><span>Laptops</span></a> <ul id="Laptops"> <li> ...

Go to the complete details ...