Saved Bookmarks
| 1. |
Solve : Drop down menu options using HTML?? |
|
Answer» Option1 Option2 Option3 using the code above, a simple drop down menu is created... but what I want is that when an option is chosen, eg Option 2, an image and table appear below the drop down menu. I am trying to create a comparison website that would have two menus side by side. http://i.imgur.com/btiAY.png Something that looks similar to that but with the image + table mentioned above. Any help? I would get DREAM weaver to do this alot easier. Since you seem new to HTML codeing it in notepad is a huge pain. The easist thing I learned to do is look at the code of some PAGES an REMOVE what you dont want. I understand what your wanting however, you linked an image. Some times there are also, templates you can follow an change to make it how you want it Quote from: jordaiin on September 20, 2012, 05:52:55 AM <select name="List" size="1"> Please ignore the enthusiastic, but misguided input from Ryuk. What you are talking about would require the use of javascript. My preference would be to use something like jQuery (a javascript framework) but if you're just starting out with HTML, that might be too much, too soon. |
|