Sub menu display I.E 7.0

Hi,
Thanks for a fantastic extension.
I set-up a menu in Dreamweaver for site
http://www.pafiankingdom.com
and made some minor adjustments to the formatting. The navigation
menu displays correctly in I.E 6.0 and Firefox, but in I.E 7.0 the
sub menu's show up on top of the main menu items.
The CSS file looks like the following:
@charset "UTF-8";
/* SpryMenuBarVertical.css - Revision: Spry Preview Release
1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights
reserved. */
LAYOUT INFORMATION: describes box model, positioning,
z-order
/* The outermost container of the Menu Bar, a fixed width box
with no margin or padding */
ul.MenuBarVertical
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
width: 100%;
/* Set the active Menu Bar with this class, currently setting
z-index to accomodate IE rendering bug:
http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
ul.MenuBarActive
z-index: 1000;
/* Menu item containers, position children relative to this
container and are same fixed width as parent */
ul.MenuBarVertical li
margin: 0;
padding: 0.35%;
list-style-type: none;
font-size: 12px;
font-weight:bold;
position: relative;
text-align: left;
cursor: pointer;
width: 100%;
/* Submenus should appear slightly overlapping to the right
(95%) and up (-5%) with a higher z-index, but they are initially
off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
margin: -5% 0 0 95%;
padding: 0;
list-style-type: none;
font-size: 100%;
font-weight:bold;
position: absolute;
z-index: 1020;
cursor: default;
width: 100%;
left: -1000em;
top: 0;
/* Submenu that is showing with class designation
MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
ul.MenuBarVertical ul.MenuBarSubmenuVisible
left: 0;
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
width: 102%;
border: 0.35px solid #FFFFFF;
DESIGN INFORMATION: describes color scheme, borders, fonts
/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
border: 0.35x solid #CCC;
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
border: 0.35px solid #FFFFFF;
/* Menu items are a light gray block with padding and no text
decoration */
ul.MenuBarVertical a
display: block;
cursor: pointer;
background-image:url(../images/template/fon_menu.gif);
padding: 0.5em 0.75em;
color: #000000;
font-family : Tahoma,Verdana,Arial;
text-indent:30px;
text-decoration: underline;
/* Menu items that have mouse over or focus have a blue
background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
text-decoration: underline;
/* Menu items that are open with submenus are set to
MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
a.MenuBarItemSubmenuHover, ul.MenuBarVertical
a.MenuBarSubmenuVisible
background-image:url(../images/template/fon_menu.gif);
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.MenuBarVertical a.MenuBarItemSubmenu
background-image: url(../images/template/fon_menu.gif);
background-repeat: no-repeat;
/* 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.MenuBarVertical 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.MenuBarVertical iframe
position: absolute;
z-index: 1010;
/* 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.MenuBarVertical li.MenuBarItemIE
display: inline;
f\loat: left;
background: #FFF;
Perhaps my formatting changes have messed up it's
presentation in I.E 7.0. I don't seem to be able to locate the
problem.
Please help.
Thanks in advance
Richard

fixed the problem.
code:
@charset "UTF-8";
/* SpryMenuBarVertical.css - Revision: Spry Preview Release
1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights
reserved. */
LAYOUT INFORMATION: describes box model, positioning,
z-order
/* The outermost container of the Menu Bar, a fixed width box
with no margin or padding */
ul.MenuBarVertical
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
width: 100%;
/* Set the active Menu Bar with this class, currently setting
z-index to accomodate IE rendering bug:
http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
ul.MenuBarActive
z-index: 1000;
/* Menu item containers, position children relative to this
container and are same fixed width as parent */
ul.MenuBarVertical li
margin: 0;
padding: 0.35%;
list-style-type: none;
font-size: 12px;
font-weight:bold;
position: relative;
text-align: left;
cursor: pointer;
width: 100%;
/* Submenus should appear slightly overlapping to the right
(95%) and up (-5%) with a higher z-index, but they are initially
off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
margin: -5% 0 0 0%;
padding: 0;
list-style-type: none;
font-size: 100%;
font-weight:bold;
position: absolute;
z-index: 1020;
cursor: default;
width: 100%;
left: -1000em;
top: 0;
/* Submenu that is showing with class designation
MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
ul.MenuBarVertical ul.MenuBarSubmenuVisible
left: 150px;
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
width: 102%;
border: 0.35px solid #FFFFFF;
DESIGN INFORMATION: describes color scheme, borders, fonts
/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
border: 0.35x solid #CCC;
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
border: 0.35px solid #FFFFFF;
/* Menu items are a light gray block with padding and no text
decoration */
ul.MenuBarVertical a
display: block;
cursor: pointer;
background-image:url(../images/template/fon_menu.gif);
padding: 0.5em 0.75em;
color: #000000;
font-family : Tahoma,Verdana,Arial;
text-indent:30px;
text-decoration: underline;
/* Menu items that have mouse over or focus have a blue
background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
text-decoration: underline;
/* Menu items that are open with submenus are set to
MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
a.MenuBarItemSubmenuHover, ul.MenuBarVertical
a.MenuBarSubmenuVisible
background-image:url(../images/template/fon_menu.gif);
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.MenuBarVertical a.MenuBarItemSubmenu
background-image: url(../images/template/fon_menu.gif);
background-repeat: no-repeat;
/* 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.MenuBarVertical 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.MenuBarVertical iframe
position: absolute;
z-index: 1010;
/* 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.MenuBarVertical li.MenuBarItemIE
display: inline;
f\loat: left;
background: #FFF;

Similar Messages

  • MenuBar sub-menu displaying off edge of screen

    I have a Menu Bar with one MenuBarItem that is placed at the
    very top right of my application. The first time I click on the
    MenuBarItem, part of the Menu is displayed off the edge of the
    visible screen. The second time I click, it displays correctly. Has
    anyone else experienced this? Is there workaround? I have submitted
    a bug for this issue, but I would really like to find a workaround.
    Thanks.

    @Greg:
    Thanks for the link. The workaround on that page was not
    useable for me, but, from there I eventually linked to this bug:
    https://bugs.adobe.com/jira/browse/SDK-15555
    There I found the following workaround, and this appears to
    be working as I need it to now. (The workaround at that link uses
    an listener/handler for the INITIALIZE Event, but the Menu does not
    yet exist at this stage, so I used the CREATION_COMPLETE
    Event.)

  • Why is sub, sub, sub menu way off to the right?

    Why is my sub,sub, sub menu way over to the right? I've tried this also on a
    blank page and it does the same thing?
    http://www.carroll-indoor.com/temp9/
    Any other page suggestions are fine as well!

    I would be inclined to extract the menu from the page, place it in a new empty one, and work on getting in shape. I'm not seeing the sub, sub, sub menu display at all. I'm only seeing the final "Refs" item, and it has static positioning. Looking at the "Refs" parent <li>, Opera Dragonfly reports the computed style as:
    -o-transform-origin: 60px 18px;
    background-attachment: none;
    background-clip: none;
    background-color: #ffffff;
    background-origin: none;
    background-position: none;
    background-repeat: none;
    background-size: none;
    bottom: 160px;
    color: #868686;
    cursor: pointer;
    display: list-item;
    float: none;
    font-family: Arial;
    font-size: 12px;
    height: 36px;
    left: 212px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: fixed;
    right: 332px;
    text-align: center;
    top: 124px;
    width: 120px
    Looking at that, you have all margins and padding set to "0", floating turned off, with fixed positioning, reinforced by stating your "box" width and height, and explicitly defining the positioning for for that box with top, right, bottom, and left values. This results in all of your buttons being stacked one atop the other. If you are using some JavaScript to reposition everything, you may want to delve into that. I viewed your reference page in Opera 10.60, Firefox 3.6, Safari 4, and Chrome 4, on Mac OS 10.5.8.
    Big help, I am. 
    Richard

  • Nav bar sub menu and Slideshow not displaying in preview?

    Hi,
    My website, markmillerdesign.com hosted by godaddy is not displaying the sub menu or the images to the slide show.
    I had to relink all of my assets because my computer was restored, but they all work until i preview in a browser or upload site.
    My Nav menu is set to show all pages but the sub menu is still not working or coming up?
    I have even made new slideshows and reinstalled images but they still do not come up in preview mode or on the web.
    Is there a way I can diag this? Any ideas?
    Please help!
    Thanks.

    I am now getting this same error on all of my websites. some of them I havent uploaded to or even updated for quite a while, is this a muse issue since the last update?
    Please help !

  • Menu displayed name on main and sub-menu

    How can if fix the menu displayed name on main and submenu items. Without using customazation form, the name displayed is always the name of the menu object

    Hi,
    You can change the display name of the menus and submenus in the right frame of the menu at design time. The root menu display name will be the display name of the menu component.
    Thanks,
    Sharmila

  • Sub menu browser display issue

    Hello,
    http://marketing.ocean-florida.co.uk/damien/ocean/homepage/ocean52.html
    I'm having an issue with the main navigation sub menu.
    In IE9 on Windows 7 the drop down text (last character) drops to the next line.
    Screenshot attched.
    Any ideas as to why this is happening would be gratefully received.
    Many thanks,
    Damien

    I see you've styled your CSS width to be auto for your dropdown ULs
    Did you try setting manual width for 'Cruise & Stay' UL alone? Say, around 67px wide instead of 57 that it takes on auto?

  • Horizontal Spry Menu Bar with Horizontal Sub Menu

    I have created a horizontal menu bar with only one main menu item leading to a sub menu. I would like this sub menu to display horizontally also, instead of vertically as added by default.
    I am relatively new to dreamweaver and would appreciate any help possible.

    Came across the fix by accident thru extensions in menu bar,
    and choice of cursor for each section. Feeling happy! Happy New
    Year everyone.

  • Muse 2014 -sub menu items appearing on roll-over etc.

    Hi, complete newbie, so sorry if this has already been covered elsewhere. Only started using Muse about 1 month ago and now using Muse 2014 - using horizontal menu widget and discovered how it now shows sub-menus when hovering over the main menu item- I find this great!
    I want a 'Contact Me' page with a basic form and this is not a problem, however, I want the sub-menus to appear when hovering over the other main menu items, but not the contact me page - might be completely off here, but created a 'Thank you' page as a child page of the contact me page and only want this displayed (not as a sub-menu choice when hovering over the contact me main menu item) when they have clicked the submit button on the form (I know how to set this re-direction in the forms options). Have tried playing with menu on the master page - switching off the edit together and changing settings on only the contact me menu item - without success- seems to apply to all main menu items.
    I would like to know how to achieve sub-menus on other menu items - but not on contact me item;  or whether I am going about trying to have a 'Thank you' response when someone submits the contact me form in the completely wrong way - can this be better achieved by other means?
    I would really appreciate your advice and help. My published site is 'onyerbikegeordie.uk' with the main menus - except not with a contact me page as yet, but would  give you an idea of what I am trying to achieve except for a contact me page.
    Sorry for the long post, but thanks for reading and in anticipation of your help!
    Joe
    Message was edited by: Joe Fitzpatrick

    Hi, managed to find the answer to this myself. In Plan, right-click on page and select Menu Options > Exclude Page from Menus. Job Done!
    Joe

  • Positioning of spry sub menu in IE8

    Hi - can anyone help with an IE8 issue concerning Spry? I have created a menu here:
    http://www.clinicafiore.co.uk/jan2012/indexJan2012_1.html
    In all the browsers I have tested (Chrome,FF,Safari,Opera) on Mac and PC platforms it works fine. In IE8 it doesn't (hooray).
    The critical attribute is:
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
      left: 189px;
      top: 0;
    I.e. I have pushed the sub-menu out 189px when visible and set the top value to 0 thinking this would align the sub-menu with the top of the main menu item.
    Is there a better way to do this to cover all browsers or do I need some conditional code for IE?
    Really.really grateful for any help
    For good measure here's all the  html & the css
    HTML
    <div id="leftNav">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#" title="ageing body" class="MenuBarItemSubmenu">AGEING BODY</a>
            <ul>
              <li><a href="#">Ageing D&eacute;collet&eacute;</a></li>
              <li><a href="#">Ageing Hands</a></li>
              <li><a href="#">Ageing Neck</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">ageing face</a>
            <ul>
              <li><a href="#">Ageing Lips</a></li>
              <li><a href="#">Double Chin</a></li>
              <li><a href="#">Downturned Mouth</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
            <ul>
              <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                <ul>
                  <li><a href="#">Item 3.1.1</a></li>
                  <li><a href="#">Item 3.1.2</a></li>
                </ul>
              </li>
              <li><a href="#">Item 3.2</a></li>
              <li><a href="#">Item 3.3</a></li>
            </ul>
          </li>
          <li><a href="#">Item 4</a></li>
        </ul>
      </div>
    CSS
    ul.MenuBarHorizontal
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 0.9em;
              cursor: default;
              width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 0.9em;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 189px;
              float: left;
              font-weight: bold;
              text-transform: uppercase;
    /* 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: 189px;
              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: 189px;
              top: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 189px;
              font-weight: normal;
              text-transform: none;
    /* 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;
              font-weight: normal;
              text-transform: none;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #aee56b;
              padding: 0.5em 0.75em;
              color: #333;
              text-decoration: none;
              border-bottom-width: thin;
              border-bottom-style: dotted;
              border-bottom-color: #FFF;
    /* 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: #999999;
              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: #999999;
              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(SpryMenuBarRight.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(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 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;

    I may be misinterpreting what it is that you want, partly because I thought we were talking horizontal menu and you point out a vertical menu.
    I think that you used the vertical menu as an illustration to shopw how you want the submenu alligned. If that is correct, then please copy an paste the following into a new document and see the result in an IE8 browser.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="http://labs.adobe.com/technologies/spry/widgets/menubar/SpryMenuBarHorizontal.css" rel="stylesheet">
    <style>
    ul.MenuBarHorizontal ul {margin-left: 8em; margin-top: -35px;}
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 2</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
        <ul>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
            <ul>
              <li><a href="#">Item 3.1.1</a></li>
              <li><a href="#">Item 3.1.2</a></li>
            </ul>
          </li>
          <li><a href="#">Item 3.2</a></li>
          <li><a href="#">Item 3.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 4</a></li>
    </ul>
    <script src="http://labs.adobe.com/technologies/spry/includes_minified/SpryMenuBar.js"></script>
    <script>
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    If the above is not what you want, then please explain.
    Gramps

  • How to create a menu with pages linked as sub menu in ADF?

    Hi Experts,
    I'm new to ADF and trying to create a menu like below in ADF.
    Actions Menu
    |
    |
    Option 1 -- A page with some static text and links.
    Option 2 - A different page with some static text and links.
    Have evaluated options like panelGroupLayout and menu components, requesting experts opinion on the best way to do it.
    Thanks in advance..

    Thanks AP.
    Not like outlook. Here's some more details on what I'm looking for.
    Create a menu bar.
    Create a menu called "Actions"
    Create two items under it called "Option1" and "Option2".
    When I move the mouse over "Option1", I want a page to be shown on the right (just like how a sub menu will be displayed usually).
    When I move the mouse over "Option2", I want to show a different page on the right (just like how a sub menu will be displayed usually).
    Thanks in advance.
    Edited by: Muruhanantham C on Dec 28, 2012 12:51 PM

  • Sub menu going behind the BOL using HTML object in IE

    when i am implementing PDFs bol object in my webpage using simple html object, it is displaying well in both chrome and Explorer( IE
    11). The main problem is the sub menu's of main navigation(sub menu) is going behind of PDFs viewer in Explorer (IE) . And one more thing all the position attributes and z-index values are fine . This is a problem with object . please show me solution. I am
    not able to create fiddle for this. for more details see my below code and run in your Internet Explorer browser and hover
    the "step 2" navigation menu.
    <!DOCTYPE html>
    <html>
    <head>
    <style>
    body{margin:0 auto;width:500px;}
    header{height:60px;background:#ccc;}
    ul#mainnav{list-style:none;display:block;}
    ul#mainnav li{float:left;width:80px;}
    ul#mainnav li#step2 ul#submenu{display:none;list-style:none;margin-margin-}
    ul#mainnav li#step2:hover ul#submenu{display:block;}
    ul#mainnav li#step2 ul#submenu li{float:none;height:30px;border-bottom:1px solid #fff;background:#000;color:#fff;display:block;}
    </style>
    </head>
    <body>
    <header>
    <ul id="mainnav">
    <li>step1</li>
    <li id="step2">step2
    <ul id="submenu">
    <li>step2 1</li>
    <li>step2 2</li>
    <li>step2 3</li>
    <li>step2 4</li>
    </ul>
    </li>
    <li>step3</li>
    <li>step4</li>
    <li>step5</li>
    <li style="clear:both;"></li>
    </ul>
    </header>
    <div style="width:300px;height:400px;border:2px sild #fff;float:left;">
    <object data="http://www.pdf995.com/samples/pdf.pdf" style="width:94%;height:94%;padding:5px;" type="application/pdf" wmode="transparent" >
    <param name="wMode" value="transparent"/>
    </object>
    </div>
    </body>
    </html>
    COPY THE ABOVE CODE TO YOUR NOTEPAD++, AND SAVE AS INDEX.HTML, AND RUN THIS CODE IN YOUR INTERNET EXPLORER BROWSER, AND MOUSE OVER ON "STEP 2", AND OBSERVE THE SUB MENU IS GOING BEHIND THE OBJECT LAYER. THIS IS HAPPENING ONLY IN INTERNET
    EXPLORER.
    please install adobe reader in your system and check
    PLEASE HELP ME TO FIX THIS PROBLEM

    Hi Vallabha,
    Thanks for posting in MSDN forum.
    I have ran your code and understood your issue. But I cannot find a standard answer. z-index property cannot work with such a object tag. After some search on the web, I find this may be a workaround for this problem.
    http://stackoverflow.com/questions/25760079/jquery-combobox-behind-embedded-object-ie-only
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • RE: Have a Menu that needs sub menu for submenus...

    I do not know if this is the right forum for this.
    However here goes.
    I have a Flash Menu that I am working with using Action
    Script 2.0 inf Flash CS3. I have successfully created the Main menu
    and the sub menu, however I need a sub sub menu for the sub menu to
    operate the same way the sub menu does for the main menu.
    I do not even know where to begin doing this.
    I have attached the .fla CS3 file. maybe someone can help me
    do this or point me in the right direction possibly???
    thank you Adobe members and to anyone who can help with this.
    If this requires some kind of payment. it's not a problem I can do
    that via paypal acct or send a check or wire the money.
    I just really need to get this done for a client ASAP.
    note: I will send the file if anyone is interested via
    trillian, ftp or email or some other viable form of digital
    communicatiion.
    thanks again,
    Dan

    Hello,
    You need to use p_body_html then construct an html email to be sent to feed into that (you also need to provide the p_body for email clients that don't support html)
    To get give a link to the specfic item you want you need to use something like:
    'http://your.server/pls/apex/f?p=100:1:::NO::P1_ITEM_ID:'||ITEM_ID
    Where 100 is you app id, 1 is your page number, P1_ITEM_ID is the item that sets your primary key for the page and ITEM_ID is the primary key of the item you want to display.
    Hope this helps
    Luke
    Message was edited by:
    LWhitelock

  • Sub menu question

    How do I create verticle sub menus that when navigated over expand in the current menu.  I have only found options that display sub menus on top of the other main menu options.
    http://www.agrability.okstate.edu/  This is the site I am working on, I am looking to add sub menu options to the menu on the left hand side.
    Any advice is greatly appreciated!

    You already have a spry horizonal menu that you appear to be using as a vertical.  You might be able to insert another <ul> within the <li>, like so
    <ul id="MenuBar1" class="MenuBarHorizonal">
      <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
      </li>
    If that does not work, perhaps you might just want to delete what you have and insert a vertical spry menu.
    I also notice all of your html files start with caps, looks like you have an Index html and a index.html.  I'm guessing that gave you a few headaches.
    Gary

  • Include nested Inner Sub Menu in main menu

    Master,
              I have created one Main Menu and Sub Menu. But i want to add 3 inner sub menu.
              I Need to display as shown in below.
             <u> List</u>
              File > Recent Files
                    > Deleted Files
                    > All Files
    NOTE: Here <u><b>File</b></u> is Sub Menu and other 3 is Inner sun menu for <b><u>File</u></b>.

    Hi,
    To create the submenu components, leave the function column empty, enter a submenu name, and double
    click on the submenu text.
    here is the perfect solution with smaple code
    Re: How do I create a sub-menu item
    Regards
    Sudheer

  • Empty sub-menu bar style

    i'm using adf 10.1.3.41.57 and i've skinned my application using the mycompany skin. however, when i have a top level menu that doesn't have and sub-menus the bar that holds the sub-menu items disappears. i've tried setting the property:
    af|menuBar::empty
    width:100%;
    background-color:#D2DEED;
    background-image: url(/skins/mycompany/skin_images/PBMediumBkg.gif);
    to no avail. the only thing i get is the background color, but no image is displayed. does anyone no of a way to display an image for the sub-menu when the sub-menu is empty?
    thanks,
    paul

    actually, we're using jheadstart to generate the pages. the menu is generated in a region and here's the code below:
    <af:menuTabs>
    <af:commandMenuItem text="Plan Summary" onclick="return alertForChanges();" action="StartSummary" immediate="true"
    selected="#{attrs.selectedTab=='Summary'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Plan Details" onclick="return alertForChanges();" action="StartPlanDetails" immediate="true"
    selected="#{attrs.selectedTab=='PlanDetails'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Plan Rate" onclick="return alertForChanges();" action="StartPlanRates" immediate="true"
    selected="#{attrs.selectedTab=='PlanRates'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="WSF" onclick="return alertForChanges();" action="StartWSF" immediate="true"
    selected="#{attrs.selectedTab=='WSF'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Non WSF" onclick="return alertForChanges();" action="StartNonWSF" immediate="true"
    selected="#{attrs.selectedTab=='NonWSF'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    </af:menuTabs>
    paul

Maybe you are looking for

  • How can I convert multiple files at one time and not one at a time

    How can I convert multiple files at one time and not one at a time

  • Adding a new SAP standard field to complaints result BOL

    Hi Experts, There is a requirement to add SAP standard field 'Posting date' to Advance search result BOL of complaints. This field already exists in search BOL and visible on WEB UI advanced search. The field is added as attribute in result context n

  • Document Splitting at the time of Payroll Postings

    Dear All, I am getting a document splitting error while posting the accounting document from Payroll to FI. In my system the zero balance splitting is active for profit centre and business area. In the Hr Personal record using t-code PA20 we have mai

  • Help required in F4IF_INT_TABLE_VALUE_REQUEST

    hi all, I am using F4IF_INT_TABLE_VALUE_REQUEST function for F4 list , below is the code im using,   DATA : zmatnr TYPE zauvvselscr-matnr.   DATA: w_choice TYPE sy-tabix.   DATA: BEGIN OF i_values OCCURS 0,             werks           TYPE zauvvselsc

  • Time Lapse in Photoshop elements 10

    If someone could be so kind as to help with doing timelapse in Photoshop elements 10 from step one to finish. I have listened to youtube and researched on internet and still having problems? Help Thank you Greg [email protected]