nostalgia
12-31-2004, 08:49 AM
Hello
I'm pretty new to all of this, I have hit a snag a snag and could really use some help. On my homepage I have used CSS to create a table for an area to put a bio of myself, in the bio there is a small picture of myself. I would like to be able to have a row of radio butons under the image so that when the user selects one of the radio buttons the image of myself will be replaced by another image. I'm pretty sure that this can be done but I'm not so sure how. This is the closest that I have been able to get, I know it's probably not even close but here's the code:
<DIV id=table
style="border: 1px solid #333333; padding: 5px; z-index: 2; left: 500; position: absolute; top: 325; height: 340; width: 245; overflow: auto; filter: Alpha(Opacity=60, FinishOpacity=100); background color: transparent"> <p><td><p align=center><font face= "verdana" color="#777777" size="1"> <font color="#999999">[[*The Boy*]]</font><br></p> <img src="images/the boy.jpg">
<br><br><br>
<div class="h1" align="center">
<table border="0" cellpadding="1">
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/mymesmall.jpg>[one]</font></td>
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/head.jpg>[two}</font></td>
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/malepatternbaldness.jpg>[three]</font></td>
</tr>
</form></table>
</div>
So what do I need to do?
Thanks,
nostalgia
I'm pretty new to all of this, I have hit a snag a snag and could really use some help. On my homepage I have used CSS to create a table for an area to put a bio of myself, in the bio there is a small picture of myself. I would like to be able to have a row of radio butons under the image so that when the user selects one of the radio buttons the image of myself will be replaced by another image. I'm pretty sure that this can be done but I'm not so sure how. This is the closest that I have been able to get, I know it's probably not even close but here's the code:
<DIV id=table
style="border: 1px solid #333333; padding: 5px; z-index: 2; left: 500; position: absolute; top: 325; height: 340; width: 245; overflow: auto; filter: Alpha(Opacity=60, FinishOpacity=100); background color: transparent"> <p><td><p align=center><font face= "verdana" color="#777777" size="1"> <font color="#999999">[[*The Boy*]]</font><br></p> <img src="images/the boy.jpg">
<br><br><br>
<div class="h1" align="center">
<table border="0" cellpadding="1">
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/mymesmall.jpg>[one]</font></td>
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/head.jpg>[two}</font></td>
<td><form><font face= "verdana" color="#777777" size="1"><input type="radio" name="graphic" value=http://img.photobucket.com/albums/v413/Ell4iot/malepatternbaldness.jpg>[three]</font></td>
</tr>
</form></table>
</div>
So what do I need to do?
Thanks,
nostalgia