Menu Spry, hidden behind an object Flash in FireFox

I have a flash object on my page that is directly under my Spry menu. Whenever I'm flipping the menu in FireFox, the submenu is hidden behind the Flash object. This is not the case in IE7. Someone at - it fixes?

Thank you!

The solution is to make your transparent flash component...
In DreamWeaver, go to the page containing the flash, design mode display component.
Only the component in the 'Properties' window, click 'settings '.
Create a key named "wmode" without the quotes and set the value 'transparent' without the quotes and no ceiling.
This should insert
--
in the part of the object and
-wmode = "transparent".
in the embed section.

Also, make sure that your value of Z for the flash object is less than the spry menu.

I hope this helps!

Tags: Dreamweaver

Similar Questions

  • menu Spry displays behind the video content

    Hi guys, I built a horizontal menu spry just above a section that contains a video as the first element. The menu is just above this area, and when I test on Firefox and Safari, the menu goes behind the video. IE 7 works correctly display the menu of the video object. I've seen other posts with problems in front where IE does not display the menu on the rest of the content. Any suggestions with the video problem?

    That's ok. And by the way, there is no index-z involved in this. It's that
    Flash is constantly redrawn on the page, so the content assets.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "deesadler" wrote in message
    News:fcphma$k4q$1@forums. Macromedia.com...
    > Sorry Murray (Adobe Community Expert, not ACE) ;) I saw all your
    > response.
    > Dee

  • Horizontal submenu Spry hidden behind the image

    It's driving me crazy. I use Dreamweaver CS4. I created a menu bar horizontal just above the image. When I point to the item in main menu to submenu is hidden behind the image. I was not able to understand this an outy. I am very new to CSS and Dreamweaver. It is a model that I want to use my site as a whole. You can go http://www.gray-wolf.net/MainPages.html.

    @charset "UTF-8";

    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

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

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

    LAYOUT INFORMATION: describes box model, positioning, z-order

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

    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: auto;
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #008080;
    height: 40px;
    float: left;
    top: 100px
    }
    /* 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: 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;
    width: auto;
    }
    /* 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;
    float: left;
    background: #FFF;
    }
    }

    The reason is simple.  Your #nav div has z-index 3. Your div #image Wolf also has z-index 3.  Because the #nav div is taken before the div of Wolf, it's on the page under the div of Wolf, and is where the submenus are too.  But wait, you say?  The submenus have a z-index of 1020, you say?  Ahh - but it's part of a z-index of parent of 3.  The z-index of 1020 is only in the context of this relative z-index 3, not the entire page.

    To resolve this problem, give the #nav div a z-index of 4.  You will now see...

  • Drop-down menu is hidden behind the elements

    Hello

    I have a right to 2 containers after another. Drop-down menu is in the first. When I want something to choose in the drop-down menu, he hides behind the elements in the second container.  How can I make this drop in the front, when the seecting elements?

    In my application, I also noticed that when I didn't use a drop-down list ScrollView did disappear after the elements below the drop-down list. Then when I used a ScrollView around all elements, it has been resolved.

    A drop-down list in cascades infact do not come on the top items. It expanded just himself and all the elements under the menu drop-down get pushed down. When the bottom is reached, items below, that the drop cannot be pushed more, so the drop-down list will appear behind items.

    When you use a scrollview, the items in the drop-down list may get pushed too far below is necessary because the window is not limited to the screen.

    I hope that was a little bit useful.

  • Submenu Spry hidden behind the body

    Hello.  My apologies to the community, but I had this problem some time and thought the advice of z-index was difficult, but it turned out not to help.  Can someone please go to my site to the www.mtbresource.com via Firefox and check it out?  The submenus spry on the extreme RIGHT side (Media = > Interviews = > Tinker Juarez, or Media = > Interviews = > Craig Beirly, or Media = > features = > mountain bike cops) are all being hidden by the body.  Have you tried several different iterations of z-index setting nothing helped.  Thank you very much.

    I think that the following could be the relevent code tinsmith shear in case this is useful:

    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    margin: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    background-color: #666666;
    }

    < div align = "left" >
    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    "< li > < a href ="... / index.html "> home < /a > < /li >"
    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > connections
    < ul >
    "< li > < a href ="... / LinksBikesAndFrames.html "> bikes and frames < /a > < /li >"
    "< li > < a href ="... / LinksPartsAndComponents.html "> parts and components < /a > < /li >"
    "< li > < a href ="... / LinksTools.html "> tools < /a > < /li >"
    "< li > < a href ="... / LinksBikeShops.html "> bike shops < /a > < /li >"
    "< li > < a href ="... / LinksOnlineRetailers.html "> online < /a > < /li > retailers"
    "< li > < a href ="... / LinksAccessories.html "> Accessories < /a > < /li >"
    "< li > < a href ="... / LinksResources.html "> resources < /a > < /li >"
    "< li > < a href ="... / LinksEvents.html "> events < /a > < /li >"
    < /ul >
    < /li >

    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > Media
    < ul >
    "< li > < a href ="... / Videos.html "> videos < /a > < /li >"
    "< li > < a href ="... / ImageGallery.html "> Gallery < /a > < /li >"
    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > Interviews
    < ul >
    "< li > < a href ="... / TinkerInterview.html "> Tinker Juarez < /a > < /li >"
    "< li > < a href ="... / CraigBierlyInterview.html "> Ulysse MTB < /a > < /li >"
    < /ul >
    < /li >
    < li > < a href = "#" class = "MenuBarItemSubmenu" > features < /a >
    < ul >
    "< li > < a href ="... / FeatureCopsOnMountainBikes.html "> Mountain Bike cops < /a > < /li >"
    < /ul >
    < /li >
    "< li > < a href ="... / OnlineGames.html "> online < /a > < /li >"
    < /ul >
    < /li >
    < /ul >
    < / div >

    I don't think that it has nothing to do with z-index.  This is due to the width of the .thrColFixHdr #container and the drop-down menus and sub being contained in this width.

    Firefox Help and the webdeveloper toolbar to change the width, I changed it to 900px (instead of 780px) and the drop was visible, as the submenu that touches the right edge of the container.

    I'm not familiar enough with the Spry Menus to provide a miracle solution, but I wonder if there is a way to make the submenu flyout open on the left side instead of right on this dropmenu... because the sub at the moment is contained by the width of the container.

    Unless you expand the width of the container (to show the submenu), you may need to rethink the layout of menus.  I would have suggested moving this menu inside, but all your main menus have subs... so it's outside, so

    You can ask the question on the Spry Forum - which could be a difficult drive to get on the left using - less units, but as I said, not quite sure if this is possible.

  • CSS border for chrome google object flash, safari, firefox

    using css in dreamweaver cs3 for border on a flash object
    CSS code
    #outerWrapper #contentWrapper #content object {}
    border: medium solid #8f0000;
    }

    border shows in ie7, but not in chrome, safari, or firefox?

    Murray * ACE * has written:
    > I think you may have just the job...
    >

    How to put a wrapper around Flash code and that the model with the borders? Then you can give this wrapper a class name and just use this class as the selector name unless you have a different style depending on whether or not it is in your div. of #content

    --
    Danilo Micen
    | http://blog.Extensioneering.com/
    | Extensioneer WebAssist
    | Adobe Community Expert

  • -Pop-up menus hidden Behind SWF File

    I have created a context menu in Fireworks with a large SWF file placed almost directly under it. When I transfer my graphics to trigger, the menu is hidden behind the SWF file in Internet Explorer, and Safari (not Firefox) completely.

    I export as Flash 6.

    All active content on a page will always come to the top, so to speak,
    including Flash, some elements of form, Java applets and controls Active X.
    This means that each one will push through the layers. It is not a good
    Cross-browser/platform reliable way to solve this problem, but if you can be
    confident in your visitors using IE 5 + or NN6 +, you can then use the Flash
    setting wmode (However, Safari does not support this correctly!).

    Adobe articles:
    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "afazekas" wrote in message
    News:ep38id$G6E$1@forums. Macromedia.com...
    > I have created a context menu in Fireworks with a large SWF file placed almost
    > Located directly underneath. When I flip my graphics to trigger the context menu
    > is
    > hidden behind the SWF completely Internet Explorer and Safari (for not)
    (> Firefox).
    >
    > I export as Flash 6.
    >

  • Menu Spry, horizontal submenu, must fall down in front of flash player in Internet Explorer

    I am building a Web site that contains a horizontal menu spry with submenus on some of the tabs. On one page of the Web site, there is a flash drive in the upper part and for some reason any IE puts the drop-down list behind the flash player. I guess I need to change the CSS files for Spry menu, but I don't know where to start? How can I tell IE to display all of the Spry elements on top?  Any ideas? Just a side note... all other browsers display the menu correctly.

    I use Dreamweaver CS4 on Mac.

    Thank you

    I'm curious! Please take a look here http://kb2.adobe.com/cps/142/tn_14201.html

    GRAMPS

  • Spry menu drop down behind youtube player please help

    Hello

    I have a vertical spry menu bar next to a youtube player on my site.  Fire Fox PC and IE the menu cache always behind the player.

    I have the reader in a separate div in the menu.  I tried to give the menu div a higher value of the hierarchy of the three and the reader div 1.

    When I tried to open the page after that I got an error before she would bring the screen to the top.

    I also tried to give the youtube html code a hierarchy within the div tag and once again got the error message.

    I also tried to make the position of 'visible', without success.

    Thank you for your time and help

    Kate Terry

    http://www.romanceinthebackseat.com

    "Wmode" is a setting of the Flash which is short for "window mode". You need to reset "allowScriptAccess" whatever the value was before you changed it to transparent and then add the wmode parameter. Here's how:

    1. In Dreamweaver design view, select the placeholder of the Flash.
    2. If you have Dreamweaver CS4, in the property inspector, change the contextual menu wmode transparent.
    3. For all other versions of Dreamweaver, click the settings button.
      1. In the settings dialog box, click Add (+) to insert another parameter.
      2. In the parameter column, enter wmode and press Tab.
      3. In the value column, enter transparent
      4. Click OK to close the settings dialog box.

    That should do it.

    Best - Joe

    Joseph Lowery

    Author, Dreamweaver CS4 Bible

  • I use view all bookmarks to set up a menu. When I click on something it often becomes hidden behind the menu page. This started to happen with the latest Firefox upward

    I use view all bookmarks to set up a menu. This page is now tagged library.
    When I click on something it often becomes hidden behind the library, rather than to the front where it is supposed to be. It started to happen with the latest update of Firefox.

    Can it be fixed?

    Sometimes, I noticed when I open a link in Firefox that the window that I expect to appear and stay out in front did not stay in front. I have not been able to identify a model, and just try once your script, it's not happened to me.

    If you have a widescreen monitor, another option for the use of bookmarks, in addition to the Library/Organizer and the dropdown menu, is to use the sidebar (press Ctrl + b to open and close).

  • Title bar hidden behind the Apple Mac menu bar

    Hello

    I use 12.1 organizing elements and, for some reason, the title bar is hidden behind my Apple Mac menu bar.  Does anyone know how to click behind the menu bar, so I can access the elements title bar?

    Screen Shot 2014-05-25 at 18.28.28.png

    Thank you

    Richard

    The first thing to try is to go to system preferences > displays and your screen resolution you're going down. You may need to try a few different settings, but ultimately he can put it back and then you can return to the correct setting for your screen.

  • Emergency aid, the Menu is hidden under flash

    I used the PVII Auto Hide and PVII Snap layers to create this menu:
    http://www.tomkt.com/main.html



    the menu is hidden under the flash, is it possible to avoid this?
    It seems to be a problem on a PC, especially.
    I thought that my ob was done here, and now I find out that it is not.
    I need quick help

    Thank you!

    claudiane

    Melliska wrote:
    > I used the PVII Auto Hide and PVII Snap layers to create this menu:
    > http://www.tomkt.com/main.html
    >
    >
    >
    > the menu is hidden under the flash, is it possible to avoid this?
    > It seems to be a problem on a PC, especially.
    > I thought that my ob was done here, and now I find out that it isn't.
    > I need help fast

    Thse may be useful:
    http://KB.Adobe.com/selfservice/viewContent.do?externalId=tn_14201&sliceId=2
    http://www.communitymx.com/content/source/E5141/wmodetrans.htm

    --
    Danilo Micen
    | Knowledge stretching every day: http://CommunityMX.com/
    | Adobe Community Expert

  • How to create a text with text partly hidden behind objects in the picture? [was: Photoshop]

    I'm putting a text with the text with some letters missing completely behind the objects in the image, while the letters to open a space of course not be affected. Those behind the objects. If anyone knows how to do this, it would be great.

    Add your text to create a dynamic object, add the layer shows all go to blending options and add a gradient to your text overlay.

  • Carousel hidden behind the image background

    Hi all

    I'm new to actionscript 3.0. I am facing a problem on my flash file I created. I made a carousel in a script, but the carousel was hidden behind a background image that I added on a layer. What can be the problem for the carousel to hide behind the background image? Can someone help me?

    Here is the code for the carousel:

    const NUMBER_OF_ITEMS:uint = 8;

    var menuItems:Array = new Array();

    var txtArray:Array is ["Pop/Rock", "Hip Hop", "Electronica", "Jazz", "Ambient', 'Folk', 'Classic', 'Metal'];.

    var focalLength:Number = 350;

    var vanishingPointX:Number = stage.stageWidth / 2;

    var vanishingPointY:Number = stage.stageHeight / 2;

    var angleSpeed:Number = 0;

    var radius: Number = 128;

    var angleDifference:Number = Math.PI * (360 / NUMBER_OF_ITEMS) / 180;

    for (var i: uint = 0; i < NUMBER_OF_ITEMS; i ++) {}

    var menuItem:MenuItem = new MenuItem();

    var startingAngle:Number = angleDifference * i;

    menuItem.currentAngle = startingAngle;

    menuItem.xpos3D = - RADIUS * Math.cos (menuItem.currentAngle) * 0.5;

    menuItem.ypos3D = RADIUS * Math.sin (startingAngle);

    menuItem.zpos3D = RADIUS * Math.cos (startingAngle);

    var scaleRatio focalLength = /(focalLength + menuItem.zpos3D);

    = menuItem.scaleY menuItem.scaleX = scaleRatio;

    menuItem.x = vanishingPointX + menuItem.xpos3D * scaleRatio;

    menuItem.y = vanishingPointY + menuItem.ypos3D * scaleRatio;

    menuItem.alpha = 0.3;

    menuItem.menuItemText.text = txtArray [i];

    menuItem.mouseChildren = false;

    menuItem.addEventListener (MouseEvent.MOUSE_OVER, mouseOverItem);

    menuItem.addEventListener (MouseEvent.MOUSE_OUT, mouseOutItem);

    menuItem.addEventListener (MouseEvent.CLICK, itemClicked);

    menuItems.push (menuItem);

    addChild (menuItem);

    }

    addEventListener (Event.ENTER_FRAME, moveCarousel);

    function moveCarousel(e:Event):void {}

    = angleSpeed (mouseY - stage.stageHeight / 2) * 0.0002;

    for (var i: uint = 0; i < NUMBER_OF_ITEMS; i ++) {}

    var menuItem:MenuItem = (MenuItem)(menuItems[i]);

    menuItem.currentAngle += angleSpeed;

    var scaleRatio focalLength = /(focalLength + menuItem.zpos3D);

    = menuItem.scaleY menuItem.scaleX = scaleRatio;

    menuItem.xpos3D =-radius * Math.cos (menuItem.currentAngle) * 0.5;

    menuItem.ypos3D = radius * Math.sin (menuItem.currentAngle);

    menuItem.zpos3D = radius * Math.cos (menuItem.currentAngle);

    menuItem.x = vanishingPointX + menuItem.xpos3D * scaleRatio;

    menuItem.y = vanishingPointY + menuItem.ypos3D * scaleRatio;

    }

    sortZ();

    }

    function sortZ (): void {}

    menuItems.sortOn ("zpos3D", Array.NUMERIC |) Array.DESCENDING);

    for (var i: uint = 0; i < NUMBER_OF_ITEMS; i ++) {}

    setChildIndex (menuItems [i], i);

    }

    }

    Thanks in advance!

    Concerning

    Be

    The problem lies in that the for loop, you have down that puts things in the carousel to be at index 0 and more.  See if it helps to change...

    for (var i: uint = 0; i< number_of_items;="" i++)="">

    setChildIndex (menuItems [i], numChildren-1);

    }

    If not, then you still need to deal with the maintenance of the background to the index of the child 0 to keep the carousel at the top it

  • Style CSS menu Spry for Explorer

    I have posted this message a couple of times, but received no answer so I'll try one last before I delete the spry menu and revert to a version of dhtml.
    I have a menu spry, implemented in a model and its seems to work OK in Safari and Firefox on my Mac but when I look on Windows NT Explorer, I get a white box behind the menus at the top and sub until I smiled on.

    I have to add style to work around this problem, or requires a special Explorer hack?

    Also on mouse menu SUP on can I get the highlight of the menu stretching to the edge of the box from bottom at the present time, it ends at the edge of the text.

    See the page here...

    http://mosmanplasticsurgery.com.au/test/index.html

    Thanks in advance
    Peter

    "BodhiM" wrote in message
    News:gkdrlk$779$1@forums. Macromedia.com...
    > I've posted this message a couple of times, but have not received any response so
    > I am
    > tries one last until I delete the spry menu and return to a dhtml
    > version.

    Spry IS a DHTML menu :-)

    > I have a menu spry, implemented in a model and its seems to work OK in
    > Safari
    > and Firefox on my Mac but when I look on Windows NT Explorer I
    > get a
    > white box behind the top menus and sub until I mouse over.
    >
    > I need to add style to work around this problem or that it requires an extraordinary
    > Hack him explore?
    >
    > Also on mouse menu SUP on can I get the highlight of the menu to expand to the
    > edge of the bottom box to present it finishes at the edge of the text.
    >
    > See the page here?
    >
    > http://mosmanplasticsurgery.com.au/test/index.html

    http://friendsofed.Infopop.NET/4/OpenTopic?a=TPC&s=989094322&f=2963027307&m=5911084951

    Here is the message:

    ------------------------------------
    David,

    Thanks for your reply. On the Adobe Spry list, I found the solution has
    two pieces. First part was, as Jon reported, to remove the background: #fff of
    the hack from IE, but that the submenu on the left with a white background and the
    appearance of the word "false".

    Al Sparber of projectseven.com provided the other half:

    To eliminate the 'fake', open your script file, and find this line:
    this.createIframeLayer (menu);

    Put 2 slashes in to to comment on him, like this:
    this.createIframeLayer (menu);

    This hack is like taking a hammer to a tactic of thumb. It addresses a
    issue in older versions of IE where content set will appear under a
    Select the check box. In any case, your sub menus should now appear and you can concentrate
    other CSS issues you have, which I'm sure can someone from Adobe
    help you.
    ---------------------------------------

    Good luck using Spry :-)

    --
    Al Sparber - PVII
    http://www.Projectseven.com
    The finest Menus Dreamweaver | Galleries | Widgets
    http://www.Projectseven.com/go/pop
    The ultimate DW menu system

Maybe you are looking for