Ok, i got it now
Is there a way to replace the "vbmenu_control" with a image?
The controls are to large for where im putting them?
Thanks Lynne
--------------- Added [DATE]1253510494[/DATE] at [TIME]1253510494[/TIME] ---------------
How does this look?
HTML Code:
<table>
<tr>
<td id="garage" class="vbmenu_control">
<a href="#">Garage - Time Slips - Dyno Sheets</a>
<script type="text/javascript">
vbmenu_register("garage");
</script>
</td></tr>
<tr><td id="classifieds" class="vbmenu_control">
<a href="#">Classifieds</a>
<script type="text/javascript">
vbmenu_register("classifieds");
</script>
</td></tr>
<tr><td id="support" class="vbmenu_control">
<a href="#">Support the Community</a>
<script type="text/javascript">
vbmenu_register("support");
</script></td></tr>
<tr><td id="supportingvendors" class="vbmenu_control">
<a href="#">Supporting Vendors</a>
<script type="text/javascript">
vbmenu_register("supportingvendors");
</script>
</td>
</tr>
<tr><a href="http://www.yoursite.com/forum/faq.php">Frequently Asked Questions</a></tr>
</table>
<!-- Header Popup -->
<div class="vbmenu_popup" id="garage_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Garage - Time Slips - Dyno Sheets</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/ICFgarage.html">Main Garage Stats</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-browse.html">Browse Garage</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-timeslips.html">Time Slips</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-dyno.html">Dyno Sheets</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-laptime.html">Lap Times</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-search.html">Vehicle Search</a><br />
<tr>
<td class="thead">Reviews</td>
</tr>
<a href="http://www.yoursite.com/forum/ICFgarage-shops.html">Store Reviews</a><br />
<a href="http://www.yoursite.com/forum/ICFgarage-garage.html">Installation Reviews</a><br />
<tr>
<td class="thead">Garage Vendors List</td>
</tr>
<a href="http://www.yoursite.com/forum/garage.php?do=business">Vendors Lists</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="classifieds_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Classifieds</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/classifieds/index.php/cat/1">Parts for Sale</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/3">Cars for Sale</a><br />
<a href="http://www.yoursite.com/classifieds/showcat.php/cat/6">Want to Buy</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/20">Want to Trade</a><br />
<a href="http://www.yoursite.com/classifieds/index.php/cat/22">Misc. for Sale</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="support_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Support the Community</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/index.php">Link1</a><br />
<a href="http://www.yoursite.com/forum/index.php">Link2</a><br />
<a href="http://www.yoursite.com/forum/index.php">Link3</a><br />
</td>
</tr>
</table>
</div><div class="vbmenu_popup" id="supportingvendors_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Supporting Vendors</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.yoursite.com/forum/index.php">Supporting Vendor Info</a><br />
<a href="http://www.yoursite.com/forum/index.php">Supporting Vendors List</a><br />
<a href="http://www.yoursite.com/forum/index.php">Become a Supporting Vendor</a><br />
</td>
</tr>
</table>
</div>
<!-- /Header Popup -->