I am not sure what you are trying to do here...
Do they have 2 Choices, each one displaying a possible of 3 pictures?
Because that sounds like Radio Buttons with image icons... I just did this
for Shopping Cart option Icons... (With added javascript so that selecting
the image automatically selects the radio button. Base code as follows)
<form name="form1" id="form1" method="post" action="">
<ol>
<li>Pick one from the following list of pictures:</li>
<ul>
<li><img src="image1"><input type="radio" name="ImageSelect1"
value="image1" /></li>
<li><img src="image2"><input type="radio" name="ImageSelect1"
value="image2" /></li>
<li><img src="image3"><input type="radio" name="ImageSelect1"
value="image3" /></li>
</ul>
<li>Pick one from the following list of pictures:</li>
<ul>
<li><img src="image4"><input type="radio" name="ImageSelect1"
value="image4" /></li>
<li><img src="image5"><input type="radio" name="ImageSelect1"
value="image5" /></li>
<li><img src="image6"><input type="radio" name="ImageSelect1"
value="image6" /></li>
</ul>
<li>Enter email for confirmation:<br />
<input type="text" name="Email" id="Email">
</li>
</ol>
<input type="submit" >
</form>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f
Archive:
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4289
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15