I'm trying to get this mod (How To Add Drop Down Menus To Your Navbar) to work on my website. I'm running vB 3.8.7PL3 and need a little handholding to get this done. I decided to leave your "custom menu" and "Custom Menu" in place in order to get it going first and then [once going], I could change things up. Below is what I have so far. I'm listing my titles in red.
Please help.
Bob
Hack Part 1:
<!--Start Custom Drop Down Menu Part 1-->
<td id="custommenu" class="vbmenu_control"><a href="#">Custom Menu</a><script type="text/javascript">vbmenu_register("custommenu");</script></td>
<!--End Custom Drop Down Menu Part 1 -->
Hack Part 2:
<!--Start Custom Drop Down Menu Part 2-->
<div class="vbmenu_popup" id="custommenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Custom Menu</td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-supporters">New York</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-flea-markets">Fishing Flea Markets</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-boating-outdoors-shows">Outdoor Sports' Shows</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/f222/">Fishing Reports</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-tournaments-1-of-3">Fishing Tournaments 1</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-tournaments-2-of-3">Fishing Tournaments 2</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-tournaments-3-of-3">Fishing Tournaments 3</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-marine-weather-forecast">Marine Weather Forecast</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-marine-wind-forecast">Marine Wind Forecast</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-buoy-wind-wave-water-conditions">Buoy Wind Wave and Water Temps</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-tides">Tides</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-nautical-charts">Nautical Charts</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=noaa-saltwater-fishing-registry">Federal Saltwater Registry</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.dec.ny.gov/permits/54950.html">State Saltwater Registry</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=offshore-fishing-regulations">Offshore Fishing Regs</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-department-environmental-conservation">DEC</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-office-parks-recreation-historical-preservation">OPRHP</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-artificial-reefs">Artificial Reefs</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-four-wheel-drive-beach-access">4x4 Beach Access</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-boat-ramps">Boat Ramps</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-fishing-piers">Fishing Piers</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-marine-police">Marine Police</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-pumpout-stations">Pumpout Stations</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-fishing-club-links">Fishing Clubs</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-topo-maps-by-county">Topo Maps</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=ny-fish-consumption-advisories">Fish Consumption Advisories</a></td></tr>
<tr><td class="vbmenu_option" title="nohilite"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-surf-cams">Web Cams</a></td></tr>
</table>
</div>
[<!--Stop Custom Drop Down Menu Part 2-->
|