Drop-down menu block no longer works

I took over our previous software of 2 employees help system - neither of which anyone--trained and understand most of RoboHelp.  We had a drop down menu that will take users directly to the selected topic or section of the help file - however, we rebuilt the table of contents and index, and since then it became unusable.  I can't understand (using the Adobe Help file) how do I fix this.  Navigation sequences and bread crumbs is correct, but I can't figure out where them repair options in the menu dropdown.  I've included a picture to explain exactly what I'm talking about.

Hello

This box lists all the sequences to browse different. What do you see when you click on it? It will go down? If so, you need to click Tools > sequence editor to browse and see what appears in the list.

The fact that you see the sequence is revealing that the HHActiveX.DLL is present and registered.

See you soon... Rick

Tags: Adobe

Similar Questions

  • Drop-down menu site does not work in Firefox 19.0.2,, but in tests of Chrome and Opera. Why?

    This is the URL: (edited) it is not made public.

    You'll notice the main menu at the top. Options [OUR FORUM] and [OUR ITEMS] have drop-down menus. These drop downs work everywhere except when it is in [OUR ITEMS]. At first I thought that this may be a conflict of model between the JoomlArts site model and the model of blog software. But when I saw these two other major browsers had no problem with him, I now think there is a problem with Firefox.

    Y at - it no hope to get this problem in Firefox?

    Well, I had JoomlArts to look at the problem of menu with Firefox. They made an adjustment, but it now works. I asked for more details, but received no response.

    I have a little more information about the performance of Firefox. My Firefox problem was discovered on PCLinuxOS. I do not use their version of the package, but rather your download for Linux that connects the update channel. It was (is) the latest version of Firefox. I also tried the version of Windows 7 to Firefox (later also), and he also had the problem.

    Now you look at it. While studying this problem of menu with my site, I noticed something else about the Linux of Firefox version when you look at the site of a local restaurant. Firefox on Linux (package version and the updated version) displays this site terribly and Firefox on Windows 7 it very well, as do other browsers. You can take a look.

    http://www.olivesandpeppers.com/

  • drop-down menu does not work any longer

    Even on this page by clicking on the drop-down menu bar under "Happened" below shows that the option for a fraction of a second.

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.
  • Drop-down menu used with anchor on the long table of data links

    Hello

    I have a page on our site where we used a drop shape with anchor tags to let the visitor easy access to specific locations within a long table of data on the same page. Recently, I noticed that the anchors are walking around is no longer the tags in the page but only the beginning of the table anyway. I don't know if over time a few additional codes may have been added to the page that is not in conflict with the form of drop down menu, or if it's something else. I've been agonizing about this for awhile now and unable to fix. I'm hoping a new set of eyes will revisit the issue. the url is http://www.vectron.com/products/saw/saw.htm

    Thank you

    Looks like there are a good number of errors html on this page, some of them have to do with using the code of the named anchor.

    Looks like you have placed the anchors between the openingand the child of the opening. Content cannot go there, move them in theTags and see if that helps.

    It could be something else however, html errors are one of the main causes of the problems of display/functionality. Visit the validator to http://validator.w3.org to clean up your errors. If you work with the code clean and correctly positioned anchors, after return and we can take a closer look.

  • Drop-down menu of Firefox address bar Sporatically stops working

    I had this problem for about a year and some parts of the year are worse than others, and now, according to the latest update of Firefox, this problem is at its absolute worst.

    The drop-down menu in the address bar of Firefox sometimes stops displaying my newest and popularly seen the websites that I have visited. Whenever I have updated Firefox, the problem goes away and he used to stay at the gap to end of weeks in a row, but now the drop stops working almost whenever I close Firefox after this last update a few days earlier.

    This problem persists in the Mode of Firefox safe and apparently appears randomly any plugins/extensions I can I have installed/enabled.

    I am at a complete loss here and would appreciate any help because this drop in the address bar is one of my favorite features in any browser, and it becomes annoying to have to reinstall the plugins more (when I use the Sync feature to reinstall the plugins, the problem is even worse).

    For problems with the file places.sqlite (bookmarks, historical) database, you can check in the Firefox profile folder.

    If the extension of Maintenance of places cannot repair the database places.sqlite file remove all places.sqlite files in the Firefox profile folder to rebuild the database places.sqlite latest JSON Firefox backup in the folder bookmarkbackups.

  • CSS Drop down menu; How to align the edge right of the menu drop down and the parent menu?

    Hi all

    I have a drop down menu that works well.

    The only change that I need to do is to have the right edge of the drop-down menu below to align with the right edge of the parent menu. When you hover over the menu, it currently "injects" down and to the right, with the left edges aligned.

    I want the menu to 'drop' down and to the left, so the straight edges are aligned.

    I tried fiddling with floats and absolute/relative positioning. I don't know what needs to be changed.

    You can provide any assistance is greatly appreciated! I learn through 'cut and paste', please go easy on any terminology you can use.

    Thank you!

    Here is my code:

    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    }

    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    }

    .chromestyle ul li{
    display: inline;
    }

    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    }

    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    }

    /* ######### Style for Drop Down Menu ######### */

    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    }


    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    }

    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    }

    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    }

    How about this?

    http://ALT-Web.com/demos/right-aligned-CSS2-Horiz-drop-menu.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • The Drop Down Menu number of Excel spreadsheets?

    Trying to open an Excel file created by my boss in number. There a few in drop-down menus, (pictured below) and they will not display correctly. Many prefer using numbers than Excel, anyone know of any tricks to make this menu drop-down appear in numbers as in Excel?

    In numbers, they simply appear not at all. Help, please! Thank you

    In Excel, you can automatically fill a drop-down list with values within a specific range of cells through 'Data Validation '.

    Numbers have no drop-down menu, but it doesn't have a Menu called data format.  It is easy to populate a drop-down list with values manually; Select the cells that contain different values which you want to make a choice and format on the Shortcut Menu. The result will be something very similar to your screenshot.

    But in doing so fully automatic as in Excel is not currently possible in number.

    Numbers provides an attractive work environment, but if you frequently need to exchange documents with your boss and your boss uses Excel, then better use Excel.

    SG

  • My drop down menu changed search bar

    Everything I see that I get help on the search bar in the upper right corner shows the emblem of a little search engine. I don't have much, and I can't get it back. Worse still, when I start typing, I search point that I must now address a long list of terms of indefinable query from nowhere!

    I don't know how I changed all form the way it had been forever. I want to just my little drop down menu with a few indicators of search engine to this topic, and I just want to see my previous research, not what is trendy!

    Hi relem, I have already explained the reasoning behind the change: it is now much faster and easier to use different search engines that your browser by one on a wide base. If you want to do in the old search bar, you must first define a different engine in the search bar, search & then switch back (because the default value is also used in the address/home/new tab bar). It's a simple click!

  • 31.1.0 and 31.1.2 drop down menu commands and commands "right button" very slow... what to do?

    My TB version 31.1.0 and 31.1.2 drop-down menu commands and commands "right button" very slow... All other menu programs bars will work perfectly. Tried disabling McAfee, no diff. TB collects e-mails, wrote e-mails to a normal speed without problem. Control S, V, P, etc work but slow... what to do?

    To diagnose problems with Thunderbird, try one of the following:

    • Restart Thunderbird with disabled modules (Thunderbird Safe Mode). On the Help menu, click "restart with disabled modules. If Thunderbird works as usual, there is an add-on or theme interfere with normal operations. You will need to reactivate the modules one at a time until you locate the offender.
    • Restart the operating system in safe mode with network. This loads only the basics needed to start your computer while allowing Internet access. Click on your operating system for instructions on how to start in safe mode: Windows 8, Windows 7, Windows Vista, Windows XP, OSX
    If the safe mode for the operating system to resolve the problem, there are other software on your computer that is causing problems. The possibilities include but not limited to: AV scanning, virus/malware, background downloads such as updates of the program.
  • Unable to create the new tab using '+' or ctrl T or the drop down menu.

    By clicking on '+' in the tab bar, using ctrl T or the drop down menu of the file menu new tab does NOT create a new tab. New tabs created only if clicking a link creates one.

    Uninstall the toolbar Ask and it should work again. There is a compatibility issue with the Ask and Firefox toolbar that prevents the opening of new tabs.

  • Can I return only one page at a time because the drop down menu to go back multiple pages feature is missing. How to bring back this feature?

    Firefox 3.6, the buttons next and previous also had a drop down menu for me to jump to one of the last, say, 10 pages, I saw rather that only go back one at a time. In addition, the button reload seems to be missing and I can't find a way to get these. Otherwise, an upgrade is impressive; Thanks for all your hard work on this fantastic product.

    You can click right back or front button to open the history list.

  • Drop-down menu SENDTO does not contain the same list as in the SENDTO folder in the User\Appdata\microsoft\windows\sendto folder.

    Prior to Win7 and Vista (seems to have the same problem), make a right click on a file would produce a drop down menu containing SENDTO containing various options like send this Word file, or write or Adobe or desktop (make a shortcut).  Other options of destination could be added by finding and opening the SENDTO folder and dragging shortcuts in there.  These added destinations would appear then in the menu drop down click the right button.  The feature doesn't seem to work in Win7.  The SENDTO drop contains the locations that are not in the SENDTO folder.  I've renamed the SENDTO folder to see what would happen.  Always in the same places appear in the menu dropdown.  It seems that Win7 has a situation he's going to other than the SENDTO folder.  Interestingly, I can add some program shortcuts in the SENDTO folder and they will appear in the drop-down list, others do not like the trash.  There are items in the drop-down menu are not in the SENDTO folder.  Help Help

    Click on the round of Windows (start), type shell: sendto and hit enter, add or remove shortcuts. Is it now behave properly?

    I forgot to post the location of SendTo folder, it's C:\Users\UserName\AppData\Roaming\Microsoft\Windows\SendTo

  • Some element of the third level drop-down Menu is invisible

    APEX 4.2

    Oracle 11i

    area type: list

    list template: drop-down menu

    Requirement: I created the menu list with level 3 model, but found that some element of the third level is invisible, sometimes, someone has experienced this problem?

    How can I show the whole issue?

    Better compliance

    Yong Huang wrote:

    Thank you very much, you are right, it worked when I changed the target type of URL without a target.

    But the new problem is that cannot save changes implemented which target URL, it was recovered on the page target type in the application to the next time. How do I do? Like a menu, I have to put the page number to the target.

    and why target page type the application cannot show normally?

    This is because (at least in the example you provided) to two factors:

    • A 'feature' the theme 21 Pull Down Menu model list, which seems to be so designed as not to display a link to the current page. The current definition of model sublist will render an image of separator rather than the list entry/link:

    • Your entries of the list all link to the same page.

    So to determine which model of list item to apply using the list input parameter current that current page is the target by default, APEX motor sees all of the entries in the form of links to the current page and presents them by using the current model sublist list item template as a separator.

    All of your entries of the list really related to the same page? If so, why is this? What you trying to do? There may be other ways to address the issue that you have not considered.

    If you really must use a dropdown menu with multiple links to the same page here, then there are two options:

    • Continue to use the list template Pull Down Menu provided, but put in place a framework of Expression PL/SQL or SQL query to determine the current list entry.
    • Create a copy of the Pull Down Menu model list and change the current model sublist definition so that the list entry appears in fact.
  • Attempt to bind the drop-down menu to dynamically fill Textfield

    I had trouble to come with the script for calculating appropriate for this question and I was wondering if anyone would be able to help me.

    Basically what I'm doing, it's down a product Option Drop (let's call it "RS1") to dynamically fill a separate price/text ("Price RS") field based on the selected product in the drop down menu.

    Product in the menu options drop-down are 'single' and "Double".

    If I select the option of simple product, he would fill in the price with a price $345,00 field. If I had to choose the Double product option, it would enter the price with a price $565.00.


    The intention is to multiply what fills pricing by a separate drop-down field that I already have in place that measures the quantity of the item to get a total final for this order of products.


    I know this should be relatively simple, but I can't get my calculation script to work for the life of me. Any help is greatly appreciated!

    You can use this code as a custom text field calculation script:

    var v = this.getField("RS1").value;
    if (v=="Single") event.value = 345;
    else if (v=="Double") event.value = 565;
    else event.value = "";
    

    Make sure that you set the option to validate the value selected from the drop-down field immediately for the calculation to occur as soon as the selected takes place in the menu dropdown.

  • Ajatix CSS Drop Down Menu not starting on Dreamweaver CC 2015

    Hi, just installed Dreamweaver CC 2015, I downloaded CSS Drop Down Menu 4 light Dreamweaver Extension v4.1.1. When I'm in Dreamweaver and go the Insert menu->-> CSS Drop Down Menu 4 light Dreamweaver Extension v4.1.1 Ajatix nothing hapenned. Ajatix plug-in does not start...  He used to work on an earlier version of Dreamweaver, but no more. Note that I also installed Microsoft Windows 10 lately.  THX

    Always do a job in 2015 CC?

    If this isn't the case, you will need to contact the developer of plug-in to see if they have a newer version that works in 2015 from CC.

    Nancy O.

Maybe you are looking for