regarding menus under dynamic drop down list with javascript.
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
posted
0
regarding menus under dynamic drop down list with javascript.
I have a drop down list, when the user keep cursor on any item a menu has to be appeared beside the highlighted item.Then the user will select the item from the menu and i need this menu item in my jsp page.
i need help regarding this. thanks in advance
Abhishek
Abhishek Reddy
Ranch Hand
Joined: Mar 28, 2006
Posts: 259
posted
0
No one knows how to do this? Just give some ideas i will do by myself
Originally posted by Abhishek Reddy Chepyala: No one knows how to do this?
sure there are. But as you have seen, JavaRanch is not the place to come to try and get people to write code for you. But you will get lots of help writing your own.
Menus consists of elements, usually lists, that are hidden and shown as necessary and positioned properly in relation to the other page elements. You'll need to understand the CSS behind positioning and the display of elements, and the JavaScript necessary to manipulate it.