Submenu of the menu Spry restores do not correctly on IE

I am working on a menu left vertical spry has several submenus fasteners.  When I download the page in IE and hover over the menu items that have submenus, the submenu in the top right of the menu, any distance to the bottom of the list.  The spry menu actually works fine on firefox and chrome.  Unfortunately, a lot of people who will be viewing this page using IE, and I need to make it work properly on all applications.  I would paste the code, but am really not able to do.  Any ideas why it wouldn't make properly on IE?

Spry is dead.  Nobody uses it more.  Adobe abandons Spry in 2012 because they have outlived their usefulness.  They're not receptive & don't work THE right on modern or touchscreens (iPads, iPhones, Androids, etc...).  Take this opportunity to replace your current menu with something better.

CSS3 drop-down Menus

http://www.red-team-design.com/CSS3-dropdown-menu

Pop-Menu Magic3 of PVII (commercial extension of DW)

http://www.Projectseven.com/products/menusystems/pmm3/index.htm

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Question about the menu item displays do not correctly the status of 'active '.

    Hello

    I've reproduced for purposes of training "Influence," tutorial site

    and my questions are the following:

    As you can see on the site

    Homepage 

    (1) the order of top menu contact us, has the same features as the other components (speakers, time and place) - see picture attached.

    However, when the user clicks about us contact.

    the menu item is not barred to the outside like any other.

    I checked the condition of the assets is correct.

    The anchor link is placed on the foot of page, designed on the page A-master separately from the Home Page.Active.JPG

    I tried to place the anchor to the Home Page at the last point before the beginning of footer, but no result.

    (2) also if you do a simple test, you will see that by clicking on the heading "Contact us", the menu Time & Place is highlighted

    and if you click on the 'Top' menu, or if you are in "Time and place" content and you click on 'Top', the 'Speakers' menu is also highlighted.

    Please note that this behavior is also indicated to the site of origin INFLUENCE ...

    What I am doing wrong?

    BR

    Nektarios

    Replied here: https://forums.adobe.com/thread/2063776

  • How paste an accordion MENU navigation on a mobile scrollbar page and make it work properly? Like I can't pin, I keep it at the top of the page with scroll effect 0. It collapse, shows the menu buttons but does not close back up once reached the

    How paste an accordion MENU navigation on a mobile scrollbar page and make it work properly?

    Like I can't pin, I keep it at the top of the page with scroll effect 0.

    It collapse, shows the menu buttons but does not close back once it reaches the anchorpoint.

    Appreciate your help. Thanks.Guess I need to find another solution. Am an artist and don't know anything about coding.

  • Separate submenu in the menu

    Can we separate the submenu in the menu? It is usually possible to split a menu and arrange them differently?

    Hello

    Try a few suggestion by Vikas in the thread following positioning of the submenu

    It may be useful

  • lov search and select dialog restores do not correctly in 12.1.3 for skin of skyros

    Hello

    lov search and select dialog restores do not correctly in 12.1.3 for skin of skyros was resizable if 12.1.2 and used to render the best. Where can find the switch to override this behavior in my skin developed on top of office of skyros

    Thank you

    Nagarjuna Katta

    This is a patch to support

  • How to reset the menu spry?

    Hello everyone.

    I tried to reset the bar from spry menus several times but the css stuck with it and I don't know how to reset this menu spry, it always open the last menu bar, I work in, please help

    Thank you

    Replace your Horizontal Spry Menu with this CSS code:

    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: 8em;
        float: left;
    }
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    }
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    {
        left: auto;
    }
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    {
        width: 8.2em;
    }
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    {
        position: absolute;
        margin: -5% 0 0 95%;
    }
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    {
        left: auto;
        top: 0;
    }
    
    /*******************************************************************************
    
     DESIGN INFORMATION: describes color scheme, borders, fonts
    
     *******************************************************************************/
    
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    {
        border: 1px solid #CCC;
    }
    /* Menu items are a light gray 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;
    }
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    {
        background-color: #33C;
        color: #FFF;
    }
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    {
        background-color: #33C;
        color: #FFF;
    }
    
    /*******************************************************************************
    
     SUBMENU INDICATION: styles if there is a submenu under a given menu item
    
     *******************************************************************************/
    
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    {
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    {
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image 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: 95% 50%;
    }
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image 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: 95% 50%;
    }
    
    /*******************************************************************************
    
     BROWSER HACKS: the hacks below should not be changed unless you are an expert
    
     *******************************************************************************/
    
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    {
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    }
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    {
        ul.MenuBarHorizontal li.MenuBarItemIE
        {
            display: inline;
            f\loat: left;
            background: #FFF;
        }
    }
    

    Nancy O.

  • I deleted the history in the "Library/history" window, but the pages are still visible from the menu "history/restore closed tabs" item in Firefox 29, even if I restart.

    In previous versions, when I deleted a page in the window (separated) from "Library of history", it was no longer visible from the history options. Now, I delete a record in the (separate) window "/ the history of the library" and always visible element of menu 'story/restore closed tabs '. It is essential for me, because I share the same book with my two colleagues. Thank you very much for your answers in advance.

    There are much easier and more suitable methods.

  • I tried to type ALT or F10 to access the menu to restore the functions at the top of the start page. None worked. Now what?

    Using the information provided to other subscribers, I tried to type ALT to restore all the information at the top of the page (bookmarks, arrows, etc.), but could not access the Menu.

    Hello

    This may not work if Firefox is in full screen mode. To switch between normal mode and full-screen, press F11.

    ...............................................................................................................................

    Useful links:

    Everything on tools > Options

    Beyond the tools > Options - about: config

    Subject: config entries

    Information page (Alt + T) tools > Page Info, right-click > view Page information

    Keyboard shortcuts

    View without Plugins

    Files & Firefox profile folder

    Firefox commands

    Basic troubleshooting

    After the upgrade

    Safe mode

    Extensions of the issues

    Troubleshooting Extensions and themes

    Troubleshooting Plugins

    Test Plugins

  • Is there a way to get the submenu above the menu item?

    I'm creating a digital magazine I need to a menu at the bottom with a drop-down list for the pages, which I obviously need this submenu to go up because the menu is at the bottom.

    I was playing with the settings but I can't seem to make it work. I forgot something, or it's just not as simple as that?

    Arviage,

    Yes, you can accomplish a submenu "move up", but not by using a typical submenu item. Create your menu down as you normally would, but your submenu in the context of a widget of composition and place the transparent trigger on the menu item that you want to appear.

    Follow this video (starting 16 minutes) and see if that helps - it should show you how to create the submenu of the composition and to your application, simply let you shoot at the bottom of the composition to create the effect of "moving upwards":

    Muse Jam Sessions_97_MuseFall2013

    If it doesn't make sense, let me know and I can send along a video of doing me this feature myself.

    -Emily

  • Menu formatting Spry works do not correctly in DW CS6

    Hello

    I installed a spry menu but the formatting does not work properly.

    The hover color works correctly, but the selected menu item color does not change. Only the tab of the home menu remains colored.

    Please can anyone suggest what could be bad?

    Thank you.

    Robbieg

    Indicator of persisting in the Site wide menu Page.

    http://ALT-Web.com/articles/persistent-page-indicator.shtml

    Nancy O.

  • Help with the menu, Spry bar 2.0

    I installed a spry menu bar 2.0 for this site that I'm working. Test site is here.

    It seems to work in every browser but IE7. The menus will not fall, but I guess that the links on the work of navigation of the high level (House on etc.). I hate IE. I'm also not sure if it works in previous versions of Firefox as 4.0.

    Laboratory Adobe browser either doesn't like me, or I don't know how to use it properly, but I do not understand how to make sure your links work. I do the thing to click Control command. But for example: he will work one day when I saw the page in IE8, but not the next day (and I know it works in IE8 because I physically tested in IE8). If the lab browser lets me feel confused.

    If anyone can help me solve the problem in IE7 (or other browsers, who knows what happens I have of course not :/) I would be very grateful.)

    Thanks for any help you can give me.

    Spry Menu 2.0 is actually quite stable.

    You use IE-Tester, your drop-menus seem to work in IE6, IE7, IE8 & IE9.

    Also works in Chrome & Firefox 3.6 x.

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

  • Download the menu spry to auto update on all pages

    I have read and searched for this "set-up menu spry to auto update on all pages" I want to know if I change the menu for example on the index page it can automatically then updaet the other 50 pages? Someone know how to do, what is it called, or where I can get a tutorial. Thank you

    First of all, this forum is for MEASURE not Spry. If you use the uninstall then have you considered using an include on each of your 50 pages file? In this way, only you just maintain a single file.

    If you do not MEASURE, and you have a static menu on all pages you need to edit, use ADSI-> find and replace.

    If you have any questions of deep techo spry code, it would be best to ask your question on the Spry forum.

    Hope that helps.

  • EliteBook 8770w new install of Win7, but the SSD mounted at the front and restore works not

    Hello

    I have a problem...

    I tried to clean my laptop and reinstall Windows 7 Prof

    I bought the laptop with standard HARD disk and a professional editing an SSD immediately. It migrated everything and changed this specific ssd and so on.

    Now, I want to renew the win7, but:

    1. the HP restore does not work. Don't know why?

    2. I want to install a win7 disc now, but where will I get the right drivers and so on?

    How can I do exactly?

    It will work like this:

    (a) install win7 disc

    (b) install hp support assistant

    (c) leave SA HP find all drivers?

    If not, how should I do this? I have all the original HP discs, so I don't know how to get all the necessary drivers for my laptop.

    Thank you very much and best regards,

    Marc

    Hello:

    You can find all the drivers for your model on the link below.

    http://h20566.www2.HP.com/portal/site/hpsc/public/PSI/swdHome/?lang=en&cc=us&sp4ts.Oid=5257513

    You can try the steps you sketched out, or you can manually install the drivers you need on the Web page above.

  • System Restore does not: Windows XP, getting the error "system restore has not initialized because windows stops."

    "System restore has not initialized because windows stops."

    This message keeps me from using system restore any previous date, I chose. Restore fails every time.

    Window shutsdown too early. What can I do to prevent this?

    Try to boot mode safe (the F8 key as the computer starts from the tap) and run system restore from in Safe Mode.

    HTH,
    JW

  • the menu item run method not called

    Eclipse SDK Version: 3.4.1

    BlackBerry JDE plugin for Eclipse Version: 1.0.0.50

    BlackBerry JDE component package Version: 4.5.0.14

    I added a menu item to the contacts list. I would like to get the context when the user clicks the menu item, but the run method is not entered. When the user clicks the item in the menu the main routine is entered with correct arguments. Should not called run with the context method? No exception is thrown.

     

    Import net.rim.blackberry.api.menuitem.ApplicationMenuItem;
    Import net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository;
    Import net.rim.device.api.system.Application;
    Import net.rim.device.api.system.ApplicationDescriptor;

    SerializableAttribute public class BwMain extends Application {}
    private static final long APP_ID = 0xf46f5a7867d69ff0L;
    private static final String ARG_LAUNCH_BW = "1";

    public BwMain() {}
    long menuItemLocation = ApplicationMenuItemRepository.MENUITEM_ADDRESSBOOK_LIST;
    ContactsBwMenuItem menuItem = new ContactsBwMenuItem();
    ToolBarMenuButton.AddMenuItem (menuItemLocation, ARG_LAUNCH_BW, menuItem);
    System.Exit (0);
    }

    Public Shared Sub main (String [] args) {}
    If (args == null | args.length == 0) {}
    BwMain bwMain = new BwMain();
    bwMain.enterEventDispatcher ();
    }
    else {}
    System.out.println ("App launched from the menu");
    }
    }

    private public static Sub ToolBarMenuButton.AddMenuItem (long location, String argOfAppl, ApplicationMenuItem appMenuItem) {}
    Amir ApplicationMenuItemRepository = ApplicationMenuItemRepository.getInstance ();
    ApplicationDescriptor app = ApplicationDescriptor.currentApplicationDescriptor ();
    app = new ApplicationDescriptor (app, new String [] {ARG_LAUNCH_BW});
    amir.addMenuItem (location, appMenuItem, app);
    }

    private static class ContactsBwMenuItem extends ApplicationMenuItem {}
    {ContactsBwMenuItem()}
    Super (20);
    }

    public String toString() {}
    return "PC connection";
    }

    public Object execute (object context) {}
    try {}
    System.out.println ("input run method");
    } catch (Exception e) {}
    e.printStackTrace ();
    }
    Returns a null value.
    }
    }
    }

    You call system.exit() in the Builder before entering the EventDispatcher. I'm guessing that you add the menu item, but leave the application, and when the menu item is called it is more a reference to the context of the application and decides not to continue. The menu item will not remove itself when the application closes.

Maybe you are looking for