Digital Jedi,
Yes, we're talking about the TOP-MENU ONLY with the New York, New Jersey, Pennsylvania, Delaware, Maryland & Virginia and now adding the drop-down menus to these headings.
1) So, as I understand it, I am going to leave the main headings [Green-colored code] where they currently are located (i.e., as in my previous post) in the Navbar template.
2) Now, do I continue with additional heading entries using the menu code below, but where I change the heading from
New York to
New Jersey and rename "custommenu" to "custommenu1" [BLUE-colored code]?
<!--Start Top Navbar Custom Main-Heading Drop Down Menu New York-->
<td id="custommenu" class="vbmenu_control"><a href="#">New York</a><script type="text/javascript">vbmenu_register("custommenu");</script>
</td>
<!--End Top Navbar Custom Main-Heading Drop Down Menu New York-->
<!--Start Top Navbar Custom Main-Heading Drop Down Menu New Jersey-->
<td id="custommenu1" class="vbmenu_control"><a href="#">New Jersey</a><script type="text/javascript">vbmenu_register("custommenu1");</script>
</td>
<!--End Custom Top Navbar Main-Heading Drop Down Menu New Jersey-->
....then do the same for the remaining states, e.g., "custommenu2", "custommenu3", etc...?
3) Where do I place this code so it shows up in the TOP-MENU in the Navbar template?
4) Do I continue with additional sub-headings using the sub-menu code below, but where I change the sub-heading from a
New York-based sub-heading + link to a
New Jersey-based sub-heading + link [BLUE-colored code], i.e., after plugging in all of the additional New York sub-headings first?
<!--Start Custom Sub-Heading Menu New York-->
<div class="vbmenu_popup" id="custommenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">New York</td></tr>
<tr><td class="vbmenu_option"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-supporters">NY Caught-The-Skunk.com Supporters</a></td></tr>
<!--End Custom Sub-Heading Menu New York-->
<!--Start Custom Sub-Heading Menu New Jersey-->
<div class="vbmenu_popup" id="custommenu1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">New Jersey</td></tr>
<tr><td class="vbmenu_option"><a href="http://www.caught-the-skunk.com/index.php?pageid=new-york-supporters">NJ Caught-The-Skunk.com Supporters</a></td></tr>
</table>
</div>
<!--End Custom Sub-Heading Menu New Jersey-->
.......then do the same for the remaining sub-heading/links, e.g., "custommenu2_menu", "custommenu3_menu", etc...?
5) Is there (1) </table> followed by (1) </div> after I'm entered all this information?
6) Finally, I want to make each of the headings look like a button in menu bars. Is this something you can help me with? vBulletin default is ok. Don't want his image; just want the button effect. Here is the example:
https://vborg.vbsupport.ru/showthread.php?t=245441
I want to thank you for this help. It is greatly appreciated!!! I'm just an average Joe struggling with these little changes but learning along the way.
Bob