Madmp3zz |
11-08-2005 12:31 PM |
Add additional Sub Links?
1 Attachment(s)
I would like to add additional sub-links to the left column.
I have added images to illustrate what I'd like to do.
Image one is what I have with the current code.
Image 2 is what I would like to see when I either do a mouse over or click on it which would then have a popup with links in it.
Does anyone know the code to make this work....
Here is my template code I currently have without the drop-downs...
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>» Team Links</b></td>
</tr>
<tr>
<td color="#F6E0E1" width="100%" bgcolor="#910000">
<!-- Begin custom code -->
<!-- interactive links -->
<table cellpadding="4" cellspacing="4" border="0">
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostcon.htm" target="_blank">Connecticut Chupacabras</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostdye.htm" target="_blank">Dyersville Spirits</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostesf.htm" target="_blank">East Saint Flyers</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostfor.htm" target="_blank">Fort Brags</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostflf.htm" target="_blank">Fort Liquordale Flounders</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostken.htm" target="_blank">Kentucky Head Hunters</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostmil.htm" target="_blank">Milwaukee Beers</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostnyk.htm" target="_blank">New York Knights</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostncc.htm" target="_blank">North Coast Clippers</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/mix" target="_blank">Pawtucket Redsox</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostpom.htm" target="_blank">Pompano Sugar Kings</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostrrc.htm" target="_blank">Rock River Catfish</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostrut.htm" target="_blank">Rutherford Owls</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rostsia.htm" target="_blank">Staten Island Assassins</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rosttam.htm" target="_blank">Tampico Stogies</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://public_html/league/rosttol.htm" target="_blank">Toledo Mud Hens</a></td></tr>
</table>
</div>
<!-- / interactive links -->
<!-- End custom code -->
</td>
</tr>
</table>
<br />
|