Spry submenu appears straight path in horizontal menu IE

Hello
I tried all the fixes in the other posts, but none works. My submenus appear more clear to the right page on my horizontal menu. It must be a problem of index z. The site is
www.oregontrailcenter.org. the mouse on the first point the Trail Center and then the low point 'opportunities of support '. The menu appears on the right side of the page. Thanks for any help you can give me.

My code is below:

I found this one on my own. No worries!

Tags: Dreamweaver

Similar Questions

  • Spry submenu appearing only on the net...  Help!

    I created a website for the first time, on dreamweaver.   Spry menu bar works fine when I click on 'Preview on Firefox' on dreamweaver.

    However, submenu does not appear on www.   It is not even change color when I go over it.   Please someone help with this.  I tried to read the entire discussion and watch YouTube on the Spry menu bar, but I can't understand this at all... Is the Web site: http://www.laren.ca

    @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;

    cursor: default;

    Width: auto;

    do-family: Calibri;

    do-size: 100%;

    }

    / * Value of the menu bar 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

    {

    padding: 0;

    font size: 14.5px;

    position: relative;

    cursor: pointer;

    Width: 117px;

    float: left;

    border: thin;

    background-color: #FFFFFF;

    text-align: center;

    list-style-type: none;

    border-width: 1px;

    border-style: double;

    border-color: #E1E1E1;

    }

    / * 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: 150px;

    position: absolute;

    left:-1000em;

    height: auto;

    }

    / * 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: 150px;

    height: auto;

    }

    / * 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

    {

    cursor: pointer;

    margin: 1px;

    height: auto;

    display: block;

    text-decoration: none;

    color: #FFF;

    make-weight: bold;

    background-image: url (purple.jpg);

    padding-top: 8px;

    padding-bottom: 8px;

    }

    / Components menu that have mouse over or focus have a blue background and white text * /.

    UL. MenuBarHorizontal a: hover

    {

    background-image: url (light.jpg);

    overflow: visible;

    }

    UL. MenuBarHorizontal a: focus

    {

    make-weight: bold;

    }

    / * 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

    {

    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-position: 50 95%;

    background-image: url (redd.jpg);

    background-repeat: no-repeat;

    }

    / * 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-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-position: 50 95%;

    background-repeat: no-repeat;

    background-image: url (purple.jpg);

    }

    / * 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 (light.jpg);

    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

    {

    f\loat: left;

    Background: #FFF;

    display: inline;

    }

    }

    Your Web server does not contain the file that controls the menus drop-down and other features of the Spry Menu.

    SpryAssets/SpryMenuBar.js

    Upload it to your server and your menu should start running.

  • Horizontal menu widget - left alignment

    Does anyone know an easy way to align the text in a submenu of the Muse CC horizontal menu widget to the left rather than the standard Center-alignment?

    Select the submenu container and the hit button on the left of the Align attribute in the text panel (you may have to alternate between Center and left to do this work).

    Thank you

    Vinayak

  • horizontal menu with horizontal submenu

    I am trying to create a horizontal menu with a submenu horizontally directly underneath.  Thus, when you hover over the items in the top menu, the list of subitems appears as a horizontal menu directly below the top menu.  I was able to change the widget spry Panel tabs to do for the most part, but there must be a better way. It seems that the widget menu spry for the horizontal menu has just a drop of water to the bottom of the sub-elements in a vertical list below the top menu item.   I searched but not found the answer.  Could someone please help me with suggestions?  Thank you.

    Tutorial:

    http://www.sohtanaka.com/Web-design/horizontal-sub-nav-with-CSS-jQuery/

    Example:

    http://www.sohtanaka.com/Web-design/examples/horizontal-subnav/

  • I created a horizontal menu with a submenu it grows downwards, it is possible to extend to a maximum?

    I created a horizontal menu with a submenu it grows downwards, it is possible to extend to a maximum?

    My menu is at the bottom of the page and there is no space to lay down.

    Hello

    As it has already been mentioned that you can achieve this by using a tab panel widget or composition.

    In addition, you can use this menu widget, try turning the widget which will give you the options of the menu upwards.

    http://Muse.Adobe.com/exchange-library/menu-vertical-Accordion-widget-1

    Thank you

    Sanjit

  • My CS3 spry horizontal menu does not work in Everybody, my swap image behavior does not dry. If anyone can help. Thank you.

    My CS3 spry horizontal menu does not work in Everybody, my swap image behavior does not dry. Can anyone help? Thank you.

    To the place where I put before (and burst out of the container foot...), put it below:



    Beth

  • Another problem of horizontal menu SPRY with IE7

    I've posted this before, with no responses, but I think I narrowed down it to a problem of CSS with IE7.0 response. If you view the attached link with Firefox or Opera, the background color of menu responds correctly on the bottom of the fall. In IE7, the background color is ignored, causing the menu to be translucent and, uh, ugly. Does anyone else has had a problem with the CSS background-color in the horizontal menu css SPRY attribute does not?

    HELLLLLP! and, uh, thank you.
    Karl

    Prototype link using spry, css, ajax sprites and other magic.

    I posted on the forum Spry in Adobe labs and got the answer. He resided in the z-index of the horizontal menu style. I invite you to consult the answer suggested in this forum. I tried 3 times to put a link in this response and it wrong three times. Sorry "about it.

    Karl

  • Horizontal menu, submenu vertical

    I use CC of Muse. How to make a horizontal menu with submenus vertical?  I looked at the screenshots various people have posted, but they do not work for me.  The vertical menu automatically makes the submenus horizontal - I want the opposite.

    In your pages subsites add them horizontally in your site map.

    As I have here in my following screenshot which will show in your horizontal menu which Untitled 5 and 6 is in fact open horizontally in the menu while the 7, 8 and 9 opens vertically.

    Hope that helps.

  • Horizontal menu drop-down

    Hi all

    I have a drop down menu that my client would be done differently.

    It's the exisitng one I use http://thesketchcollective.co.UK/horizmenu/pro_dropline_1.html

    Problem is they want to be able to click on parent elements and have the drop-down menu the menu stay in place even if accidentally you ride on parent elements. For example, if you click on Joseph turner and this submenu appears and stays there until you click on John Constanble (for example) and then this menu appears.

    Knowledge if I can change my existing menu to be able to do or if there is a menu there able to do this.

    Thank you very much

    Tom

    Hi Muz,

    Normally when you click on a tab panels to Spry tab he invokes the following

    Spry.Widget.TabbedPanels.prototype.onTabClick = function (e, tab)
    {
        this.showPanel (tab);
    Return this.cancelEvent (e);
    };

    By placing an on the link onClick event, we are bypassing the above... I think so.

    Why you ask me these horrible issues, forcing me to pretend that I know what I'm talking about.

    Everything is good!

    Ben

  • Horizontal menu on two separate lines

    Hi I have a question about the menu horizontal navigation for desktop widget.  I want to access the 12 pages, but there is not enough space through page 12 menu items, it is possible to have the menu widget to have 2 lines instead of one menu items.

    Hello

    You can try to create two Menus by hand with 6 menu items.

    To create a menu manual you need to go into Menu widget and must select the type of menu as "manual."

    Then the moment where you select 'manual', it will show you a menu option > click and '+' sign will appear > click the '+' to create menu items 5.

    Once done link these small objects with related pages using the hyperlink Panel

    Similarly, you can create menus for the other 6 points. (Make sure to place them in a master page to avoid extra work)

    Concerning

    Vivek

  • How can I get a horizontal menu widget to display the 100% width?

    I created a horizontal menu with uniform spacing and tended to each side. I can't get the red mark appears on the left side, but he appears on the right. No matter what I do, the menu continues to show short on the right side of my screen in preview mode.

    Anyone know how to do properly? Anyone else had any problems with it?

    Thank you!

    Hello

    We are aware of this limitation with the Menu and the Widgets Panel and hope at the same address in the future.

    Thank you

    Vikas

  • How to evolve a straight path without a square bounding?

    When I create a straight path, the path level controls are along the way. But once I have DESACT it and then try again to skale, a square bounding box appears. How can I get rid of the square box in order to scale a path between its ends as when I created first it?

    GOLD,

    Press A and use the direct Selection tool to drag an end point. (Hold SHIFT to constrain)

  • Horizontal menu Widget Bug - default font

    I'll have a maddening problem with fonts in the Widget Menu Horizontal. He arrived to a point that I think just creating buttons in Photoshop and be done with it.

    The main problem is the default font - especially in the active state.

    I did drag an instance of the horizontal menu on the master page.

    The names of top-level page appeared in the buttons.

    I clicked on the button home, changed the 18pt Helvetica font. It updated to the police for all States in the viewer of States.

    I changed the background color for individual States to adapt to the color scheme of the site.

    All seemed good UNTIL I introduced the site Preview in the browser. The State of the active button had failed in the Georgia 14pt. Other States were all 18pt Helvetica

    I went back in and selected the active button at home and specifically changed state police what I wanted to.

    Once again, when previewing in the browser or in the Muse preview pane, the active State was Georgia 14pt.

    I went back in, deselected 'Edit Together', changed the active state of each button to Helvetica one.

    Even once, seen in the browser detects the GEORGIA.

    What is going on?

    About Adobe Muse, he says:

    v2.0, build 945 CL 770253

    3.4.0.2540 AIR runtime

    Hello

    I can reproduce the problem. But here is a workaround:

    1 Insert Horizontal menu

    2. Select the Home menu item

    3. pass the active state

    4 reset by default (click on the trash icon). You lose the fill color for the active state (#999999), but it you reapply

    5. Select the label inside the Home menu item

    6 go to the active state (if you're not already in Active state)

    7 reset by default (click on the trash icon).

    Now you can format as desired (18pt Helvetica). Let me know if it works.

    Abhishek

  • After Firefox 12, some form in our help desk application fields do not display correctly. They appear as fields of horizontal scroll instead.

    We use a system of assistance to work (remedy of the BMC IT Service Management). In version 12 Firefox, all fields are displayed correctly in the form. However, if I switch to a version higher than 12, some fields appear as fields of horizontal scrolling (without displaying the data in them). Therefore, I am forced to stay on version 12 for the work.

    Found that it is actually a problem with the BMC Remedy system in use (version 7.1). Here are the details if anyone is interested: https://communities.bmc.com/communities/message/256456

  • telstra icon appears not central in the menu of the Office start icon

    the shell of telstra appears not central in the menu of the start desktop icon.

    Hello

    I suggest you to follow these steps and fi, it is useful to check:

    Method 1:
    Try to update the latest drivers for the graphics card and check if it helps:
    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Method 2:
    Try creating a new user account and check if it helps:
    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    It will be useful.

Maybe you are looking for

  • Could not open the link after installation of 9.3

    After installing IOs 9.3 on my i Pad Air? (Model MGL12HC/A) I can't open a link in my browser (safari) or in my mail. How can I solve this?

  • Cannot install Recovery factory default on Satelite A500 system

    Hello I can't recovery my system to factory default. I have a Toshiba Satellite A500-148. She did with Windows Vista and a few months after I had received an upgrade to Windows7, Toshiba.One of the first things I did was to create a DVD recorey, and

  • Question list R32 parts

    All the spare parts for Thinkpad R32 called from the spare parts list - India is not found.

  • CDXM8800 radio

    Hi allHave on CDXM8800 old car stereo installed in my ' 00 prelude. Now the car is running again once I would like to know the best way to connect my iPod to the car stereo (Sony neglected an entry on this model). Please, no suggestions wireless.Than

  • How to clean a laptop HP DV8 fans, screen goes black with overheating?

    Black goes screen occur when heat from the CPU reaches 100 degrees, which is 20 to 50% overall CPU activity, for example to watch video on a brower, whatever safe or normal mode you start. . Since blackscreen started 4 months after I bought the dv8,