First off, I understand the basic concepts of HTML and how to do fair amounts of it. But please be quite basic when describing!!
What I am trying to do in concept is fairly simple but pulling it off I've found to be difficult.
<select name="List" size="1">
<option value="Option1">Option1</option>
<option value="Option2">Option2</option>
<option value="Option3">Option3</option>
</select>
I can create a drop down menu with x amounts of options. What I want is that when an option is chosen for an image to appear below the menu relevant to the chosen option with a table below that again specific to that option.
An example would be a drop down with different burgers, say a cheeseburger is chosen, an image appears with the ingredients in a table below that.
http://i.imgur.com/7TPUm.png
Something along these lines would be perfect.
I appreciate if this isn't possible but please tell me!