Menu is not displayed correctly

My problem is that not all the main menus are the display. In particular, inserting menus, DHTML and Table are completely absent - the menu name is not even appear in the toolbar, so there is nothing to click. My custom menus are also missing. The only time where I can see them is when I am in the window customize - as soon as I got close to him, they all disappear completely new.

To resolve this, so far I have tried:

  • Right-click in the toolbar area > customize > options > always Show Full Toolbars > close. As soon as I click on close, the menu disappears again.
  • Customize > commands > New Menu. Create a custom menu called InsertThis and manually add the same commands that are in the Insert menu. As soon as I click on close, the menus (including new, personalized menu), completely disappear. (So apparently custom menus also will not display.)
  • Customize > commands > add various commands on the Toolbars menu. Close. They remain there, visible, no problem. (So apparently only the menus are affected - not the toolbars.)
  • Restart RoboHelp. No change.
  • Restart the computer. No change.

Anyone has an idea why these menus is not displayed correctly?

Hello

Try this. Right-click in the menu area and choose Customize. This will open the Customize dialog box. In the tab tool bars, check that the Menu bar is selected. Then click the reset... button.

See you soon... Rick

Useful and practical links

Wish to RoboHelp form/Bug report form

Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

Adobe Certified RoboHelp HTML Training

SorcerStone blog

RoboHelp EBooks

Tags: Adobe

Similar Questions

  • Sections is not on the local disk and the menu is not displayed correctly

    I get the sections is not

    on the local disk. When I click on the link 'Get' I get is not in a defined site... (PS CS5)

    http://www.dallasguesthouseinn.com/index.htm

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.
    UL. MenuBarHorizontal
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    cursor: default;
    Width: auto;
    }
    / The menu bar value active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html * /.
    UL. MenuBarActive
    {
    z-index: 1000;
    }
    / * Menu item containers, position of children relative to this container and are a fixed width * /.
    UL. MenuBarHorizontal li
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    do-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    Width: 20%;
    float: left;
    }
    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarHorizontal ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    z index: 1020;
    cursor: default;
    Width: 8.2em;
    position: absolute;
    left:-1000em;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible
    {
    left: auto;
    }
    / * Container of menu items are same fixed width parent * /.
    UL. MenuBarHorizontal ul li
    {
    Width: 8.2em;
    list-style-type: none;
    list-style: none;
    }
    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.
    UL. MenuBarHorizontal ul ul
    {
    position: absolute;
    margin:-5% 0 0 95%;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible
    {
    left: auto;
    top: 0;
    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.
    UL. MenuBarHorizontal ul
    {
    border: 1px solid #CCC;
    }
    / * Menu items are a light grey block with padding and no text decoration * /.
    UL. MenuBarHorizontal a
    {
    display: block;
    cursor: pointer;
    background-color: #EEE;
    Padding: 0.5em 0.75em;
    Color: #333;
    text-decoration: none;
    }
    / Components menu that have mouse over or focus have a blue background and white text * /.
    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus
    {
    background-color: # 33;
    color: #FFF;
    }
    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.
    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible
    {
    background-color: # 33;
    color: #FFF;
    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.
    UL. MenuBarHorizontal iframe
    {
    position: absolute;
    z index: 1010;
    Filter:alpha(opacity:0.1);
    }
    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.
    @media screen, projection
    {
    UL. MenuBarHorizontal li. MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    Background: #FFF;
    }
    }

    Dreamweaver code:

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    < li > < a href = "index.htm" > accommodation rates / < /a > < /li > ""
    < li > < a href = "Reservation.htm" > book < /a > < /li > ""
    < li > < a href = "Amenities.htm" > equipment < /a > < /li > ""
    < li > < a href = "Location.htm" > location < /a > < /li > ""
    < li > < a href = "Attractions.htm" > Attractions and activities < /a > < /li > ""
    < /ul >

    Hello

    looking for your source code, I see this:


    file:///C|/users/public/documents/SpryAssets/SpryMenuBarHorizontal.CSS"rel ="stylesheet ".

    This means that your DW 'think' your *.css and *.js your are on your hard drive. You must remove the wrong way for example:


    or


    If your SpryAssets directory is nested a little bit.

    Hans-Günter

  • Menu Horizontal Spry does not display correctly

    The next page "" http://www.ken-wo.com/beta " has a horizontal menu spry and when his view in Firefox, it works perfectly, seen in IE, it does not appear correctly and displays the drop-down menu at the top of the page rather than under the menu."

    Look forward to help, thanks in advance

    Here, it's pretty late for me to really check your site, but you have a little
    Funky coding going on this page that could very well contribute to the
    bewilderment of the submenus... seems you add styles directly via
    the Inspector who is a no-no. You should be doing all the styling
    about the spry menu via the style sheet...
    you have this for example:

  • Why facebook page now is not displayed correctly?

    Hello. my firefox up to date. My question is, since the afternoon (instead of me) my facebook is not displayed correctly, it something like accident. When I use another browser, its ok. I have also to restart firefox and after I opened facebook again but it still the same. Please help me solve the problem. Thank you.

    What seems wrong?

    Have you checked your plugins?

    Did you already try clear and disable hardware acceleration?

    Try disabling graphics hardware acceleration. As this feature has been added to Firefox, it has gradually improved, but there are still some problems.

    You will have to perhaps restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    Then perform the following steps:

    1. Open the Firefox Options (Preferences on Mac or Linux) as follows:

      • In Firefox 29,0 and above, click on the menu button

        then select Options Preferences on Mac or Linux, or Windows.

      • In 28.0 Firefox and earlier versions, click on the Firefox orange upper-left button, then select the 'Options' button or, if there is no button up Firefox, go to tools > Options.
    2. In the window of Firefox Options (or preferences), click on the Advanced tab, and then select general.
    3. You will find in the list of parameters, the checkbox use hardware acceleration when available . Clear this check box.
    4. Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

    This solve your problems? Please report to us!

    Can you give us a screen of the problem?

  • drop-down menus are not displayed correctly

    When using drop/menu drop-down menus for example: bookmarks, top some elements do not display correctly. If I have the mouse on them appear, but as soon as I move the mouse somewhere else, they disappear again. I don't have the same problem on other applications for example: Internet Explorer.
    I made a Firefox > troubleshooting information > reset Firefox, which made no difference. This used to work OK, I think that has happened since the upgrade to 20.0.1 but cannot be sure.
    I am running Windows XP Version 2002 SP3
    Thank you

    Hello TR6Nick, please try to disable hardware acceleration in firefox > options > advanced > general and see if that will solve the problem...

  • My dropdown is not displayed correctly now, I've added a slideshow

    www.hunterstables.co.UK/index1.html.

    I created a slide show using wow slider, but now my dropdown under my products will not display correctly.  Can I do about it?

    Thank you

    It's because of the z index of 10 place on the slider. We will have to put a z-index value greater than one for menu items. Looking at line 335 of styles.css under #navMenu li add z-index: 999; so that style rules will look like

    #navMenu li {}

    background-color: #336666;

    float: left;

    list-style-type: none;

    margin: 0;

    padding: 4px;

    position: relative;

    z-index: 99;

    }

  • Mozilla site does not display correctly

    I just installed Windows 10 (64 bit) on a new PC and downloaded and installed Firefox. I tried to install some add-ons, but immediately found that the Mozilla Web site did not display correctly: text is displayed, but not graphics.

    I tried the following:
    -disabled the firewall (ESET)
    -deleted the cache and remove all cookies
    -uninstalled Firefox, deleted the user and re-installed Firefox profile
    -a confirmed that "load images" is set to "Allow" on the table in the Page Info permissions for mozilla.org

    I've attached a screenshot of the Network Console, which shows beams with zero file size. This suggests a possible cause of the issue?

    Can you help me with this, please?

    I think that the lock bar icon indicates a problem with connection to the style sheets in mozorg.cdn.mozilla. NET. You get a connection error secure loading one of these stylesheets directly?

    https://mozorg.CDN.Mozilla.NET/media/CSS/home-bundle.063ce4c50b67.CSS

    A sucessful load looks like a wall of text starting with:

    @font-face{font-family:'FA-Icons-Home';src:url("/media/
    

    ESET is a potential suspect in any secure connection because, by default, it intercepts all navigation connections to filter harmful content. However, if the problem is ESET, then you would encounter problems on all secure sites, so ESET might not be the culprit here, if this does not affect other HTTPS connections.

    10 Windows, one of the possible causes of the errors of secure connection are not set up Firefox to work with parental parental control of Microsoft software. More information about this feature: http://windows.microsoft.com/en-us/windows-10/turn-off-microsoft-family-settings

    Is there a broader model? To continue the investigation, you may inspect the certificate on another site that makes it easy, as my test page at: https://jeffersonscher.com/res/jstest.php

    Assuming that you get an error page, expand the section "I understand the risks" and look for a button Add Exception.

    Note: You don't need to complete the process of adding an exception - I suggest not adding one until we know that it is not a malware issue - but you can use the dialog box to display the information that makes Firefox suspicious.

    Click Add exceptions and exception certificate dialog box should open.

    Click on the button display. If the view is not enabled, try first the button get certificate.

    This should display the certificate. Look at the section "issued by" and the Details, the hierarchy of certificates tab. What do you see here? I have attached a screenshot for comparison of screen.

  • My site is not displayed correctly on firefox, but works well on other browsers

    My site: www.karposveg.com is not displayed correctly on firefox. I have created some social media icons, but all of a sudden they started to display as hyperlinks or words out and get out. It's frustrating because it works perfectly well on other browsers, but I'm used to sort of mozilla. What exactly is the problem?

    The images are present on your own server:
    http://www.karposveg.com/wp-content/uploads/2015/09/Instagram.PNG

    <img src="/wp-content/uploads/2015/09/facebook.png" class="" style="border: medium none; opacity: 1;" title="Facebook" alt="Facebook" width="32" height="32">
    
    <img src="/wp-content/uploads/2015/09/twitter.png" class="" style="border: medium none; opacity: 1;" title="Twitter" alt="Twitter" width="32" height="32">
    
    <img src="/wp-content/uploads/2015/09/instagram.png" class="" style="border: medium none; opacity: 1;" title="Instagram" alt="Instagram" width="32" height="32">
  • iTunes store is not displayed correctly

    I've upgraded to the latest version of iTunes for Windows (I have 10 windows) and now when I go to the iTunes store, it does not display correctly, everything is too much and when you try to click on a link to listen to an example of a song, he clicks on it, or doesn't work at all.

    I can still hear my songs very well, it's just when I go to the iTunes store to try to buy something that he screwed up.

    Can anyone help?

    I know that I'm not super helpful, but you should look for the iTunes for Windows community forum. It is a common question. I don't remember the solution.

    If not, post your q in the Forum W iT.

  • The photos are not displayed correctly in Firefox, but displayed correctly in Safari and Chrome G.

    Display of Firefox about that clients site problems:
    http://gardenia.dk/collections/collection/

    The photos are not displayed correctly in Firefox - only a very little bit of the image is visible, bad scale (displayed correctly in Safari and Google Chrome).

    Can I do anything to make it work in Firefox, too?

    Kind regards
    Annette

    You do not see the thumbnail, but the big picture because the width of the thumbnail image is set to 500.

    Add code to the userContent.css file.

    The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

    @-moz-document domain(gardenia.dk){
     a.thickbox > img { width: 120px !important; }
    }
  • Japanese language does not display correctly.

    Japanese symbols do not display correctly. On some sites, I see only a long row of squares instead of what is supposed to display. Sites Web appears correctly on Chrome and Internet Explorer.

    My system is in Japanese, and I use Windows Vista. The only program that has problems with the display of the Japanese is Firefox 26. I used Firefox 2.0 before this update, and everything worked well on FF2.0.

    EDIT: Ended up being a user error, looks like I've had a few conflicts of fonts.

    Joint are some screenshots on what it looks like on FF26 (boxes) and Chrome.

  • Satellite A10: LCD does not display correctly

    One of my users has an A10 with a screen problem. The LCD screen is not displayed correctly. You can only see the things on the screen, but they are very very low, essentially unusable. I hooked to an external monitor, which works very well! If someone has had this problem, and if so what was the solution. I incerased brightness etc, but to no avail. Am I missing something very basic?

    Hi Patrick,

    It seems that your FL inverter has failed. It is a component material that offers the backlight to your screen.

    Typical symptoms of failure are that the screen will be visible, but only just, while an external monitor works perfectly.

    I suggest that you only contact a Toshiba authorized service center.

    HTH

    [Edited by: admin]

  • I just downloaded Firefox 4.01 but it does not display correctly.

    I tried to upgrade Firefox 3.6.7 to Firefox 4.01 but when update is finished, the browser does not display correctly there is for example no address bar. Here is a screenshot: http://i.imgur.com/zBujK.jpg.

    I've downgraded to 3.6.17 and then installed Firefox 4.01 again but this does not solve the problem, or don't leave the browser and entering again or restart the computer.

    Try:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    If this does not work in mode without failure, then disable all extensions and then try to find out who is the cause by allowing both the problem reappears.

    • Choose "Disable all add-ons" on issues to troubleshoot Firefox in Safe Mode to set window to disable all extensions.
    • Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')
  • Re: Satellite P300 - display colors are not displayed correctly

    A few months ago appeared a strange problem with my laptop screen as you can see in this video made by me: http://www.youtube.com/watch?v=tjpsXNB6prc

    I tried to tilt the cover but without results. Sometimes it comes back normal picture all of a sudden. If I close the lid when I stopped the laptop, when the next market problem appears.

    With the help of Corel, I noticed that the RGB colors are not displayed correctly. I connected the laptop to a VGA monitor and the image was normal.

    I would like to know what the problem is so that I am able to fix it myself.

    Thank you.

    Hey Buddy,

    It of great that you've made a video of your problem, most other users don t do that, but it makes history. :)

    In any case, it is really hard to say what part is causing this problem. Either it's internal display itself or graphics card. Easiest way to check this is connect an external monitor and check what is happening.

    So if it was a normal external VGA monitor image it seems to be the graphics card. This means that the motherboard must be replaced and this can be done from an authorized service provider. Then get in touch with the guy and ask for help.

  • When I run the app the opening screen of the application is its double a is not displayed correctly.

    Original title:

    The window server

    Hi all

    I recently installed an application on my Remote Desktop server.
    The result is that when I logged on and launch the application from the opening screen of the application is its double a is not displayed correctly.
    Can help
    Server is 2008-r2
    The client is windows 7 rdp 7.1
    Thank you

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

Maybe you are looking for

  • iPhone 6s Won't back up to iCloud

    Hello Here is a summary of my equipment. I have a 6 (64 GB, Verizon iPhone running iOS 10.0.1). My computer is an iMac (mid-2010, 27 '' dual core i5 3.6 GHz, OS 10.11.5, running iTunes 12.5.1.21). My backup phone fine on my computer, but not from iCl

  • Code error 800b0100 installing KB983590

    He has downloaded on the computer, but will not be installed. I did what they suggest that when this problem occurred, but it helps doesn´t. I have Windows 7 and Internet Explorer 8

  • October 11, 2011 updated catchy so long delays for IE8 and Outlook Express

    After you install Microsoft Updates on October 11, 2011, after a system reboot, Internet explore 8 and Outlook Express experience long delays before starting. During this period, the Task Manager is also locked, so I don't see what process is at the

  • Failed to open all the files, including programs or system restore files

    I had a pretty bad virus just about an hour ago that came just from scratch. It was one of those who blink at you and says that you have 20 horses of Trojan and other. I used internet to solve security norton, but it came with nothing else in the amo

  • Check the sting of Win7 key shows that Korean.

    Try to upgrade to Win10. Still fails at 32%. Suggested post are to boot from USB Win7. Went to https://www.microsoft.com/en-us/software-download/windows7 to create the ISO. Entered my 25 digit key to sting and only Korean is listed in the drop down m