I was wondering what the code was so that I could create a drop down menu and I select one of the options, the information stored in each of those options would be displayed right below it on that same page. Basically each one of the options contains information and when I select one of those options, the information gets puts on the page. And then when I select a different option that information gets put on, etc.
I actually have the same question as the original post, but I'm not using frames - I'm using CSS divs and some javascript. Please advise - I'm really having trouble finding the answer. Everything I have found is for drop down menus that link to another page. While helpful, it's not what I'm looking for.
Well, I'm using the Suckerfish method of a vertical CSS drop down menu where all the href="#" but where I'm lost is after I get that all nice and pretty - what do I do to get the actual content to display once I click on the <li>?
I thought maybe using an onclick or something, but I'm so new to js I wouldn't really know where to start.