Linking Drop Down Menus

I need help with creating a form. I want to have two drop down menus that are linked. One that has Option A, Option B and Option C and a second that has Option 1, Option 2 and Option 3. I want it to be able to filter based on options selected.
For example, if you select Option B in the first drop down menu then only Option 1 and Option 3 are possible selections in the second Drop down menu. How do I configure this?
Thanks

Changing Another Field with Combo Box (Drop Down) Selection by Thom Parker describes how do this by use of the data object in Acrobat and LiveCycle Designer.

Similar Messages

  • My drop down menus made in Fireworks wont work after I put them in Dreamweaver

    I am trying to make a site for my work. And I made a drop down menu within Fireworks. I pasted the code into the place I wanted it to go on Dreamweaver, then I saved the page and went into Internet Explorer. I rolled over my buttons that were supposed to be drop downs and they only work if you refresh then roll over and once you take your mouse off of it, you'd have to refresh again to see the buttons. I have tried and tried to figure this out but I just cant seem to. PLEASE HELP!
    JoLynn
    Here is the link to my page
    http://lakechelanmirror.bravehost.com/
    The drop down menus are supposed to be the NEWS button and MIRROR BLOG button.
    I THINK this is the code for the menu..
    var mmOpenContainer = null;
    var mmOpenMenus = null;
    var mmHideMenuTimer = null;
    function MM_menuStartTimeout(hideTimeout) {
    mmHideMenuTimer = setTimeout("MM_menuHideMenus()", hideTimeout);
    function MM_menuHideMenus() {
    MM_menuResetTimeout();
    if(mmOpenContainer) {
      var c = document.getElementById(mmOpenContainer);
      c.style.visibility = "inherit";
      mmOpenContainer = null;
    if( mmOpenMenus ) {
      for(var i in mmOpenMenus) {
       var m = document.getElementById(mmOpenMenus[i]);
       m.style.visibility = "hidden";  
      mmOpenMenus = null;
    function MM_menuHideSubmenus(menuName) {
    if( mmOpenMenus ) {
      var h = false;
      var c = 0;
      for(var i in mmOpenMenus) {
       if( h ) {
        var m = document.getElementById(mmOpenMenus[i]);
        m.style.visibility = "hidden";
       } else if( mmOpenMenus[i] == menuName ) {
        h = true;
       } else {
        c++;
      mmOpenMenus.length = c+1;
    function MM_menuOverMenuItem(menuName, subMenuSuffix) {
    MM_menuResetTimeout();
    MM_menuHideSubmenus(menuName);
    if( subMenuSuffix ) {
      var subMenuName = "" + menuName + "_" + subMenuSuffix;
      MM_menuShowSubMenu(subMenuName);
    function MM_menuShowSubMenu(subMenuName) {
    MM_menuResetTimeout();
    var e = document.getElementById(subMenuName);
    e.style.visibility = "inherit";
    if( !mmOpenMenus ) {
      mmOpenMenus = new Array;
    mmOpenMenus[mmOpenMenus.length] = "" + subMenuName;
    function MM_menuResetTimeout() {
    if (mmHideMenuTimer) clearTimeout(mmHideMenuTimer);
    mmHideMenuTimer = null;
    function MM_menuShowMenu(containName, menuName, xOffset, yOffset, triggerName) {
    MM_menuHideMenus();
    MM_menuResetTimeout();
    MM_menuShowMenuContainer(containName, xOffset, yOffset, triggerName);
    MM_menuShowSubMenu(menuName);
    function MM_menuShowMenuContainer(containName, x, y, triggerName) {
    var c = document.getElementById(containName);
    var s = c.style;
    s.visibility = "inherit";
    mmOpenContainer = "" + containName;

    Only half works in opera, menu doesn't stay visible long enough to click on it.
    I'm also getting "<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>" at the top of every page?

  • Business Contact Manager 2013 Issue with drop down menus not working correctly and BCM disappearing.

    We upgraded from BCM 2007 to BCM 2013.  Now the BCM disappears from Outlook occasionally and the drop down menus are confused. for instance when accessing the drop down for phone numbers, the user selects company - but the field for TTY/TDD comes up.
    Shows fields that don't exist etc.
    The client is using Office 2013 Pro Premium from Office 365 Small Business Premium subscription and BCM downloaded from Microsoft website.
    Please let me know what the support avenues are for this product.
    Chris Smith

    Hi,
    This issue may be caused since the BCM was not installed properly.
    Please go to Control Panel -> Programs and Features, find Business Contact Manager for Microsoft Outlook and Uninstall it.
    Then go to
    http://www.microsoft.com/en-us/download/details.aspx?id=36513, download the right version of BCM(32bit or 64bit) and install it.
    If issue persists, you may provide the screenshots of the issue, post them to SkyDrive and share it via a link:https://skydrive.live.com/, then we will have a better understanding on the issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • DW-MX-04 Drop-down menus won't work.

    I'm using Dreamweaver MX 2004 (have been for several years, so I know my way around it).  I want to create drop-down or fly-outs menu's to consolidate page links into categores in order to reduce the number of link tabs I have on each page.  I've been able to create the menu's I needed (using: Tag Chooser\ Behaviors\ Show Pop-U Menu), but when I preview the pages in IE, the text only shows on the mouseover text (not on top) despite having the text color set as black in the Menu window.  But it gets worse.  When I uploaded the page to try it, the drop down menus don't show up at all when I hover over the main buttons and  I get javascript errors.
    Can anyone give me so assistance on how to resolve this?
    I've checked the text color issue using the code view editing pane, and it matches the way I have it setup in the Pop-Up Menu.  But that's the least of my worries if I can't get them to work at all when the pages are live.
    Thanks...JEB

    MX2004 software is also somewhat antiquated and no longer supported by Adobe.   So it shouldn't surprise you that the tools from nearly a decade ago are obsolete today.  The web itself has changed significantly since 2004! 
    Web standards have moved from HTML3 to HTML5.  Layouts have departed from old school nested tables to more efficient CSS.  Unlike a decade ago, today's web devices include everything from hand held smartphones & tablets to laptops, desktops and TV displays.  So it's not possible to stand still and keep pace with the evolving web.  If you're not moving forward, you're falling behind.
    CSS is not an extension.  HTML = content.  CSS = Cascading Style Sheets.  CSS is used to style your content.    With CSS you can make an ordinary list look like a very cool menu with buttons, borders, shadows, drop-down and rollover effects.  If you master CSS, you can do some very creative things with it.  However, coding skills are essential.
    Below is an example of an unordered list styled with CSS to make a nice horizontal drop-menu.
    http://alt-web.com/DEMOS/CSS-Multi-colored-drop-menu.shtml
    To further illustrate the efficiency and power of CSS, look at CSS Zen Garden. 
    http://www.csszengarden.com/
    Every page on the right panel contains exactly the same HTML code as the first.  The only difference is the CSS code.
    The shift to CSS is intended to help web designers keep styles separate from content. Learning to work with CSS will make a you better web designer and save countless hours of tedious re-coding when you decide to change the look of your site.  It's much easier to edit one file instead of many. 
    Below are some links to help you learn more about how to work with CSS.
    HTML & CSS Tutorials -
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    https://tutsplus.com/2013/03/the-modern-web-designer/
    Have fun!
    Nancy O.

  • Can't Scroll Inside Drop Down Menus

    I just got a new HP laptop (Windows 7 Home Premium 64 bit), installed Firefox 11 (now updated to 12), and discovered that when using the track pad (Synaptics Touch Pad v8.1. Driver provided by Synaptics, version 15.3.29.0 dated 10/13/2011), I can not scroll inside drop down menus.
    To replicate, go to this link: http://sacramento.craigslist.org/sss/
    Click the drop down for the category to search. Use the track pad to scroll the list. Mine closes the list and returns focus to the browser instead of scrolling the list. It then scrolls the browser window instead. This works fine in IE. Things I have tried:
    Safe mode
    Unchecking smooth scrolling
    Unchecking autoscrolling
    Unchecking hardware acceleration
    And just about any of the various combinations of the above things. I also tried restarting Firefox each time I made a change. Nothing seems to solve this issue.
    Oddly enough, if there is a text window inside the page (like the on I am writing this in), I can scroll that just fine. Once I move my mouse out of the box, it scrolls the main page just fine. I don't think it's a matter of the focus following the mouse, it has something to do with scrolling drop down boxes specifically it seems.
    Also, I should note that all the pages I have problems with work fine in IE the way they SHOULD work in Firefox.

    It's Synaptics Touch Pad v8.1. It is using a driver provided by Synaptics, version 15.3.29.0 dated 10/13/2011, and is supposedly the most current version. I have tried getting newer off the HP website, letting Windows search for the most current version, and looking at the Synaptics site, but I still end up with the same version.
    I have double checked the scrolling regions to make sure I am within them as well as all the other settings regarding the touch pad. In fact, I had to enable the scrolling regions because they were disabled by default and instead used two finger scrolling. For what it's worth, two finger scrolling gives me the same result - it does not scroll the drop down menu.
    As I said, it works just fine in IE and all other programs, so I'm not sure I understand how the drivers for the touchpad could be the issue. It seems to me it's more likely that Firefox is not interpreting the "signal" from the touchpad correctly, yet IE does. Then again, I've been wrong before...

  • Editing Drop Down Menus in Contribute

    I have a client who is using contribute and wants to edit
    drop down menus. These drop down menus link to individual pdfs and
    she changes the names of the pdfs on a regular basis and wants to
    update these links in the drop down menus. The site was created in
    Dreamweaver. In role preferences of Contribute I turned on the
    allow unrestricted editiing which allows form elements to be
    edited. However I cannot figure out how to change the drop down
    menus. Is there any way to edit the drop down menus fields in
    Contribute?

    Create a SSI (with PHP f.i.), best in de root of the site,
    considering the way Contribute is handling linking.
    Call the file something like menu.inc.php.
    Provide your client with the url to menu.inc.php in the
    Bookmarks or explain the Choose-button in Contribute to open the
    file menu.inc.php.
    Keep the file simple (ul/li or p) .

  • Drop down menus in IE

    Ah crud, I have been putting together this site for the
    Archdiocese of Omaha (
    http://www.archomaha.com/archdioceseofomaha/),
    and they decided to go with some drop down menus, thus making my
    life easier (sarcasm). After looking online at many a sources to
    try to find out about drop down menus, I found that it be easiest
    to purchase already made drop downs from projectseven.com. I have
    the drop downs working pretty much how I want them to work in
    firefox, but in IE, I am having some difficulties. The About Us
    dropdown link is behind part of my shadow image and the page
    content goes ahead of my other drop down links. How do I get the
    drop downs in IE above the other content? If you have trouble
    seeing my css or anything, please let me know and I will post
    it.

    You might get more help from the pii news group if you post
    it over there.
    Dave
    "bamgraphic" <[email protected]> wrote in
    message
    news:em9l0f$m4v$[email protected]..
    > Ah crud, I have been putting together this site for the
    Archdiocese of
    Omaha
    > (
    http://www.archomaha.com/archdioceseofomaha/),
    and they decided to go
    with
    > some drop down menus, thus making my life easier
    (sarcasm). After looking
    > online at many a sources to try to find out about drop
    down menus, I found
    that
    > it be easiest to purchase already made drop downs from
    projectseven.com.
    I
    > have the drop downs working pretty much how I want them
    to work in
    firefox, but
    > in IE, I am having some difficulties. The About Us
    dropdown link is
    behind
    > part of my shadow image and the page content goes ahead
    of my other drop
    down
    > links. How do I get the drop downs in IE above the other
    content? If you
    have
    > trouble seeing my css or anything, please let me know
    and I will post it.
    >

  • I don't have any drop down menus for burning playlist to disc

    I had a computer crash and reinstalled itunes. Everything works except the burner. I dont have any drop down menus for burning the playlists to disc. What do I do now?

    It has something to do with Segoe fonts in your Windows system.
    Refer to this link from itunesTRK for solution on windows 7:
    https://discussions.apple.com/thread/3782135

  • Drop down menus / search engine friendly

    Hi,
    I've been tasked with creating a new company website and having it go live April 10th. I would like to use iWeb to get it done.
    Are drop down menus possible with iWeb? To be clear, I'm talking about if you hover your cursor over a menu item; say products, a drop down menu will appear listing specific products and link to that products page.
    The other main requirement is that the site be search engine friendly. Our current website is in Flash and is virtually invisible to search engines.
    I hope that these questions haven't been answered by digging just a little further, it's just that I'm under a tight deadline and must get started.
    I've been a Mac user since 88 and I would like to work on my preferred platform. I've got a decent background in design. (I'd like to not use Dreamweaver under this deadline) Our current website is www.rapid.com. It was made from a flash template that I was told to use so I made the best of it.
    I'm going for a clean looking non fussy user experience, unlike what we have now.
    Thanks for any help you may have.

    As Massimo says, they are just fine in the basic sense.
    The adminition you are familiar with was related to *any*
    menu system that
    embedded your actual menu links within javascript
    'document.write' commands,
    just the way the DW pop-up menus prior to CS3 does, and the
    way the FW
    pop-up menus prior to FW8 did.
    If you can look at the HTML on the psge, and SEE the links in
    the HTML, then
    a search engine will also be able to see them, and therefore
    spider your
    site.
    BUT - if you have sub-menus, and I have javascript disabled,
    *I* will not be
    able to access those sub-menu links when I come to your site.
    Further,
    neither will anyone with a screen reader. That's a
    problem....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Triplets" <[email protected]> wrote in
    message
    news:f344rd$olm$[email protected]..
    > In the past one was discouraged to not use javascript
    anf DHMTL menus
    > since they are not search engine friendly. How about the
    new CS3 Spry
    > Menus?

  • Creating drop down menus in JSP using custom tags

    Hi, i am working on a JSP which has custom tags for displaying menubar and menus, now i want to have these menus converted into drop down menus, and the submenus displayed onmouseover event. I am getting solutions with pure html page calling javascript functions.But i dont need this, i want the work done by my TagHandler class which sends the output to output stream, which in turn is transformed in to actual HTML by a XSLT embedded in my JSP.
    Please help as i am new to custom tags, and desperately in need of help.
    If possible give some sample code or useful links.
    I will be highly grateful.
    Thankx in advance

    that's fine, but the tag has to, ultimately, generate the HTML/Javascript stuff like you've already seen.

  • Drop down menus over flash

    Hello-
    I am using css drop down menus on my site and they drop down
    over an swf. I have figured out how to make this work in IE/Win and
    Firefox, but it isn't so great in Safari. Adobe.com has the same
    problem in Safari.
    Here is the link:
    http://www2test.ku.edu/~kueafin/index.html
    Is there any way to get rid of the weirdness between flash
    and drop downs??
    Thanks!

    Thanks, Al.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:ei7iqt$7fo$[email protected]..
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:ei5vie$9qe$[email protected]..
    >>> If you remove all hovers on the drop downs
    >>
    >> You mean CSS hover pseudo-classes, or js image
    rollovers? If the former,
    >> I don't think that's correct. If the latter, well,
    could be....
    >
    > He meant CSS rollovers. It's a known issue with the
    Safari Flash Player's
    > wmode implementation. Apple has attributed it to a
    failure on Macromedia's
    > part to correctly "carbonize" the player. I have a
    feeling, though, that
    > it's really Apple's fault. The Safari browser has lots
    of rendering
    > shortcuts.
    >
    > Even if Apple or Apple/Adobe fix the issue, the fact
    remains that Safari
    > fixes are historically only available to those who own
    the latest Apple
    > operating system.
    >
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Extending Dreamweaver - Nav Systems | Galleries |
    Widgets
    > Authors: "42nd Street: Mastering the Art of CSS Design"
    >
    >
    >
    >

  • Drop Down Menus on different browsers

    Hi. I am a teacher and I'm making a website for my school. I just learned how to create drop down menus using html code. I checked the website on Firefox, Safari, and even Opera. Everything looks great, except for Internet Explorer. The menu at the top looks totally funky! It's in the wrong direction, the pictures are missing, etc. In addition, other things look messed up as well. Please check it out...
    http://nestleweb.com
    Why is this happening? I know that many people use IE, so it has to look right on this browser. Any suggestions?

    I did the same thing. I provided links on the homepage so users would not use IE. But the problem is... once a user goes to IE and sees the menus and the page all messed up, he/she might just give up and not even scroll to the bottom to see the browser recommendations. I just received an email telling me that the website was messed up for a visitor.
    Just venting...I am a teacher that's making the school website. Now, in my own classroom, I can tell and train my students and parents to use FF, but it's out of my control for the rest of the school and any other visitors. I'm just frustrated with the situation because everything takes so much time to make and then it looks horrible on IE! Thanks for your post. It helps to know I'm not the only one!

  • Drop Down Menus Don't Drop Down

    I am having a problem with my Spry Menu Bar. (Using CS5). In my template, all of the submenu items of the menu bar show as being there and I can navigate through them. However, when I save the file so I can preview (using F12) it working on my homepage, the drop down items do not appear in the preview. When I move this to my live site folder, I fear they still will not drop down and mine is a page that has a lot in the drop down menus that needs to be accessible. Here is the code from the template:
    <style type="text/css">
    body {
    width: 960px;
    padding: 1 px;
    margin: auto;
    background: #42413c;
    a:link {
    color: #000;
    text-decoration: underline;
    .container {
    width: 960px;
    background: #FFF;
    .header {
    background: #42413c;
    padding: 0;
    margin: auto;
    .News {
    background: #CCC;
    width: 200px;
    text-align: center;
    margin: 5px;
    padding: 5px;
    float: left;
    #Content {
    width: 728px;
    text-align: center;
    margin: 5px;
    padding: 5px;
    float: left;
    #CrisisIntervention {
    width: 190px;
    text-align: center;
    margin: 5px;
    padding: 5px;
    float: left;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #333;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #333;
    #FallenHeroes {
    width: 960px;
    text-align: center;
    .footer {
    width: 940px;
    padding: 10px;
    background: #eee;
    position: relative;
    clear: both;
    a:visited {
    text-decoration: underline;
    color: #300;
    a:hover {
    text-decoration: none;
    color: #000;
    a:active {
    text-decoration: underline;
    /*Menu Bar styling classes*/
    ul.MenuBarHorizontal{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    ul.MenuBarActive{
    z-index: 1000;
    ul.MenuBarHorizontal li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 10em;
    float: left;
    ul.MenuBarHorizontal ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 10em;
    position: absolute;
    left: -1000em;
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
    left: auto;
    ul.MenuBarHorizontal ul li{
    width: 10em;
    ul.MenuBarHorizontal ul ul{
    position: absolute;
    margin: -5% 0 0 95%;
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
    left: auto;
    top: 0;
    ul.MenuBarHorizontal ul{
    border: 1px solid #CCC;
    ul.MenuBarHorizontal a {
    display: block;
    cursor: pointer;
    background-color: #eee;
    padding: 0.5em 0.75em;
    color: #000;
    text-decoration: none;
    border:2px solid;
    border-top-color:#C4C9DB;
    border-right-color:#565968;
    border-bottom-color:#565968;
    border-left-color:#C4C9DB;
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
    background-color: #393769;
    color: #FFF;
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
    background-color: #33C;
    color: #FFF;
    ul.MenuBarHorizontal a.MenuBarItemSubmenu{
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    ul.MenuBarHorizontal iframe{
    position: absolute;
    filter:alpha(opacity:0.1);
    z-index: 1010;
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="container">
    <div class="header"><img src="../Graphics/headerbanner.jpg" width="960" height="90" /></div>
    <div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="../Home2.html">Home</a>    </li>
        <li><a href="../AboutUs.html" class="MenuBarItemSubmenu">About Us</a>
          <ul>
            <li><a href="../Leadership.html">Leadership</a></li>
    <li><a href="../History.html">History</a></li>
    <li><a href="../SocialNetworks.html">Social Networks</a></li>
    <li><a href="Join" _mce_href="http://www.nationalguard.com/">Join">http://www.nationalguard.com/">Join the Army National Guard</a></li>
    <li><a href="Join" _mce_href="http://www.goang.com/Calendar">Join">http://www.goang.com/Calendar">Join the Air National Guard</a></li>
          </ul>
        </li>
        <li><a href="../Organization.html" class="MenuBarItemSubmenu">Organization</a>
          <ul>
    <li><a href="../Army.html">Army National Guard</a></li>
    <li><a href="../Air.html">Air National Guard</a></li>
    <li><a href="TEMAhttp://www.tnema.org/">TEMA</a></li>
    <li><a href="../StateGuard.html">Tennessee State Guard</a></li>
    <li><a href="../JointPublicAffairs.html">Joint Public Affairs </a></li>
    <li><a href="../Environmental.html">Environmental</a></li>
    <li><a href="../IG.html">Inspector General</a></li>
    <li><a href="../JAG.html">Judge Advocate General</a></li>
    <li><a href="../WarrantOfficer.html">Warrant Officers</a>  </li>
          </ul>
        </li>
        <li><a href="../JointPublicAffairs.html" class="MenuBarItemSubmenu">Community Support</a>
          <ul>
            <li><a href="../Overview.html">Overview</a></li>
            <li><a href="../AviationSupport.html">Aviation Support</a></li>
            <li><a href="../NonAviationSupport.html">Non-Aviation Support</a></li>
            <li><a href="../Band.html">Band</a></li>
            <li><a href="../ColorGuard.html">Color Guard</a></li>
            <li><a href="../Speaker.html">Speaker</a></li>
            <li><a href="../WhatCanIDo.html">What Can I Do?</a></li>
          </ul>
        </li>
        <li><a href="../WarriorResources.html" class="MenuBarItemSubmenu">Warrior Resources</a>
          <ul>
    <li><a href="../DAPhotos.html">Request a DA Photo</a></li>
    <li><a href="../Education.html">Education</a></li>
    <li><a href="../Veterans.html">Veterans</a></li>
    <li><a href="../Resiliency.html">Resiliency</a></li>
    <li><a href="../Careers.html">Careers</a></li>
    <li><a href="../EmploymentAssistanceWorkshops.html">Employment Assistance Workshops</a></li>
    <li><a href="../YellowRibbon.html">Yellow Ribbon</a></li>
    <li><a href="../CCRF.html">Combat Casualty Relief Fund</a></li>
          </ul>
        </li>
        <li><a href="../FamilyPrograms.html" class="MenuBarItemSubmenu">Family Programs</a>
          <ul>
    <li><a href="#">Employer Support of the Guard and Reserve</a></li>
    <li><a href="../MFLC.html">Military Family Life Consultants</a></li>
    <li><a href="../FamilyAssistance.html">Family Assistance Centers</a></li>
    <li><a href="../YouthCamps.html">Youth Camps</a></li>
    <li><a href="../Resiliency.html">Resiliency</a></li>
    <li><a href="Operation" _mce_href="http://www.operationmilitarykids.org/public/home.aspx">Operation">http://www.o perationmilitarykids.org/public/home.aspx">Operation: Military Kids</a></li>
    <li><a href="Military" _mce_href="http://www.militaryonesource.mil/MOS/f?p=MOS:HOME:0::::">Military">http://www. militaryonesource.mil/MOS/f?p=MOS:HOME:0::::">Military OneSource</a></li>
    <li><a href="../CCRF.html">Combat Casualty Relief Fund</a></li>
          </ul>
        </li>
    </ul>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    <div class="body"><!-- TemplateBeginEditable name="Content" -->
      <div id="Content">
        <h2>&quot;Volunteer Traditions, Modern Missions&quot;</h2>
        <p> </p>
        <p> </p>
        <p> </p>
    </div>
    PLEASE HELP ME!!!!

    Have you created a new page from the template and tested that? New> Page from Template> Choose template from your site folder> Save> Test it

  • Drop down menus, please help...

    Hi all,
    I am very new with this.
    Is it possible to have drop down menus for navigation?
    For example, is it possible to use the tabs and have other links under the tabs? (drop down menus)
    What I have been doing is using the HTML Portlet and writing javascript code for the menus. I am assuming that there should be an easier way to do this.
    Where can I find more portlets?
    I have used other CMS before such as Dot Net Nuke and there are a lot of different modules avaialable for DNN. Is there a place that I can check out for this CMS that has tutorials, or different portlets?
    I would really appreciate it if any one can help me with this.
    Thanks a lot in advance.

    Hello,
    In APEX 2.0 and greater there are built in list templates with built in dropdown navigation.
    Just use a list instead of tabs, you can even make a list that perfectly mirror tabs that's how the tabs in the APEX builder itself are built.
    Look at the top navigation here http://apex.oracle.com/pls/otn/f?p=11933:5 it is an example of a slightly customized list with dropdown template.
    Carl

  • Drop down menus  navigation in muse - can not get it to work

    Hi,
    I have built my first stite in Muse and have the top line of pages showing in the navigationthingy - but I can not somehow manage to get a way to get the drop down menus to work for the pages under the headings.
    Any ideas on how I can get help with this?
    Thanks,
    DrRog

    Well, completely crazy thought: You could ask in the Muse forum?! Though, frankly, you will have to provide much more specific info liek what you actualyl did to set up the widget, how it is formatted, what the links are and so on. "This doesn't work." questions never go anywhere on any forum and no offense, your post is just that.
    Mylenium

Maybe you are looking for

  • Vendor down payment request Error

    Hi all,         i created a vendor down payment request using f-47. I had created a tax code for the country "AE" using FXTP. But when in the vendor down payment request it is not picking the tax code,giving the error "Tax code AN for country AE has

  • Service order creation in the backgroung in VA01

    Hi, I want to create every time service order for my sales order in the background. is there any standard functinallity to fulfill my requirement?

  • Master Data load from Info Object

    Hello, Iam tryting to load masterdata from info object using the standard package in 7.5 NW. My requirement is similar to the scenario 3b in the How to load masterdata doc(to prefix and strip the Compounding obj). This is the ssue i am currently faci

  • How to reset the default window size

    Hi! I played around with the different layouts of Adobe Connect Pro and somehow got a real chaos of window sizes and window positions when changing the resolution as well. How can I reset the layout to the default layout settings (window size, window

  • How to open an URL with PLSQL FUNCTION?

    Hi friends, I want to know if EBS has a package to open an URL like this xxpck.openhtml("http://www.oracle.com")