Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-20-2012, 04:05 PM   PM User | #1
Jordaiin
New to the CF scene

 
Join Date: Sep 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Jordaiin is an unknown quantity at this point
Exclamation HTML Coding Issue

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!
Jordaiin is offline   Reply With Quote
Old 09-20-2012, 04:45 PM   PM User | #2
Johnb21
New Coder

 
Join Date: Sep 2010
Posts: 63
Thanks: 1
Thanked 2 Times in 2 Posts
Johnb21 is an unknown quantity at this point
Quote:
Originally Posted by Jordaiin View Post
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!
You will need javascript or some other dynamic language to do this. HTML is only formatting, CSS is style/layout and javascript adds dynamic functionality to your website.
Johnb21 is offline   Reply With Quote
Reply

Bookmarks

Tags
drop down, html, image, menu, optionvalue

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:14 AM.


Advertisement
Log in to turn off these ads.