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

Tags: Dreamweaver

Similar Questions

  • I'm not able to view the video content in Firefox from any Web site.

    When you try to view the video content on youtube, I get the following message. "An error has occurred. "Please try again later". Another Web site simply do not load the video clip.

    Hello eddie, it is most likely a problem in the context of the recent update of the adobe flash plugin, please see the following article for common solutions: 11.3 Flash does not load video in Firefox

  • 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.

  • Premiere Pro is not read all the video content in my AVCHD video. I know this because my computer plays all content through the Preview, so that the information is on the card. How the first to read all the content?

    Premiere Pro is not read all the video content in my AVCHD video. I know this because my computer plays all content through the Preview, so that the information is on the card. How the first to read all the content?

    The first thing to do is to copy all the contents of your memory card to your computer and then import them into the body using the media browser in the body. Does it work?

  • Hi, I want to play a clip intro short before the menu is displayed on the dvd, anyone knows how please?

    Hi, I want to play a clip intro short before the menu is displayed on the dvd, anyone knows how please?

    Alan Greenall

    Hey Stan

    Thanks for that, I tried briefly yesterday and it worked fine!

  • 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...

  • 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!

  • NavBar menu drop down behind the sidebar

    I sent this yesterday but didn't have not heard of anyone. Anyone want to take a stab at it for me please.


    Would be someonoe take a look at the navigation bar on this site I'm redesign please.

    Fall of IE7 under ministries and stewardship fall behind the top area of the sidebar. IE6 and FF looks good.

    There are still a few errors that I work, but do not believe they have something to do with the navigation bar Act in this way in IE7.

    Also in IE6 my head sometimes has very long. Thoughts?

    I hope someone can help. Thank you.

    Lynne

    Search for this rule:

    {#navbar}
    Background: url (.. / images/bg_topbar.jpg);
    background-color: #13214 c;
    height: 2.25em;
    margin: 0;
    }

    Change to this:

    {#navbar}
    Background: url (.. / images/bg_topbar.jpg);
    background-color: #13214 c;
    height: 2.25em;
    margin: 0;
    position: relative;
    z index: 999999;
    }

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

    "lynnegeek" wrote in message
    News:gonj2e$5RP$1@forums. Macromedia.com...
    > Thanks for checking out Mark. I tried your suggestions and it does not
    > work. I have
    > currently have mistakes, but they are caused by the video and
    > marquee.
    > When I take those out, the page validates well. I replace the
    > marquee
    > as soon as I find some js to do the same.
    >
    > Unfortunately my nav menu drop-down under the stewardship and departments always
    > mask
    > behind the top in the sidebar box.
    >
    > I'm starting to have pain in the chest over this. Don't know what I don't see.
    > I
    > guess that has to do with the top box.
    >
    > Is there anyone out there (I want to sing Pink Floyd!) that
    > would be
    > Take a look at this for me. Here is the
    > http://www.webassistantsllc.com/clients/QOP
    >
    > I appreciate any help. Lynne:
    >

  • The video content HD does not work smoothly on Qosmio G30-134

    Hello
    When I play the video (pure video) HD content on my qosmio g30-134, then I have problems that the video does not play took place.
    I have already installed the codecs but nothing help :(

    http://us.download.nvidia.com/downloads/nzone/videos/nzm_PureVideo_SDvsHD.wmv I try to read this content
    have someone idea?
    If I install clean windows again and then play this video then it wil work correctly, after I installed word, exel, my printer, virusdriver and so on, so that video won't work no more place.
    If anyone can tell me what I need to do?

    Post edited by: Sathumax

    Hello

    Why if someone tell you what to do? You have already published the resolution (perhaps unknowingly)

    > If I install clean windows again and then play this video then it wil work correctly, after I installed word, exel, my printer, virusdriver and so on, so that video won't work no more place.

    So if you install applications, then generally performance system, due to newly installed services, tools in the systemtray applications or background, that all ends with this stuff
    (word, exel, my printer, virusdriver), you mentioned.
    So in my honest opinion, I you suggest reinstalling your system and then follow these steps:

    First AN application (for example, the desktop) install and try to play your video. Should the video smoothly and then continue to install the software (as anti-virus) and check again.
    If the video is smooth after each new software installed, proceed with the installation of the following.
    But if you recognize yourself, the video starts to run with the stuttering and slower speed, then the last installed application you´ve is the software that uses too many system resources.

    If you discover which application causes the video doesn't work so well, then try to find another software that does not have as many system-power of your computer.

    Welcome them

  • CS5 - trying to create a video menu background - rendered preview menu not to see the video, only bottom black.

    I created my own custom menu, and I'm trying to attach a .m4v video (using the selector of whip) as the background video.

    I created my menu using Photoshop, and the buttons work correctly. For the background in the Photoshop file, I created a layer named "background" and black - painted there the visible value according to the other forum posts.

    When I try to get a glimpse of the menu, it is only showing black (with the keys works properly). I saw the preview and still couldn't see any video. Help please!

    Thank you

    Rob

    Too bad, I thought of it. I used the rectangle tool to draw a black box over the entire surface, then converted the smart object layer. I'll leave this for anyone who might have encountered the same problem of beginner like me.

  • How can I choose the image that will appear as 'image of departure', the one that is displayed when the video has not yet been clicked.

    Hello, I would like to know How to Choose the video image which will be appear in the form " ", "boot image", that image that appears when the video has no was clicked yetThe image all can see before viewing the video.
    Thank you, Pedro Paulo

    You can change the image poster of clips in the icon view. By default, the first image of a clip appears in the thumbnail viewer and in other places in the Bill where the thumbnail is displayed. You can override the default thumbnail by designating any clip image as a poster frame.

    To set a poster frame for the icon, drag the playback slider or shuttle to the desired image and press the keys command + P (Mac OS) or SHIFT + p (Windows).

  • PSE9 seems to cause a change in the display on the video card ATI Radeon Mobility in Win7

    Recently, I had some problems with my Dell StudioXPS 4650 and had to return the computer to its factory delivery configuration.  Then I reinstalled all my programs to it.  This whole process took a couple of weeks.  Things re-installed a Creative Suite Production Pro (CS 5.5).  The all last program I have re-installed, a few days before, was PhotoShop Elements 9.  Almost immediately after I started having display problems!  As mentioned in the title of the question, I have a videocard ATI Mobility Radeon HD 4670 with 1 GB of RAM video.  I have a processor Intel i5 with 6 GB of RAM.  Oh Yes... Win 7 Pro x 64.

    Anyway... any time the graphics loading gets "heavy" (busy), such as open several Web pages, view a video in Media Player, etc, the screen fills with noise, random groups of pixels, and do one of two things-clear up and give me the message that the video driver failed and resets or go to a BSOD!

    As I say, it started once I have re-installed PSE9 and I had a similar problem (usually restricted this year to the actual graphics programs such as PS 5.5) after the installation of PSE9 the first time, so I feel that PES should be somehow at fault!

    I don't mean to blame someone or something like that, I'm just curious if anyone else has had a similar problem and, if so, how they resolved/fixed!  All this, of course, is based on the question, "PSE9 does anything in Control Panel during installation, which could explain this?

    Any help would be GREATLY appreciated!

    Thanks in advance!

    (- Jim 8 ^)

    I don't think that items is the cause, it is usually the display card drivers that cause this.

    Make sure you update your display driver on the ATI site not through windows update.

    MTSTUNER

  • menu Spry disappears when the window browser pulled/stretched manually

    Hello

    my menu spry seems to disappear when the browser window is pulled/stretched manually expand beyond a certain point. He himself the stack when the window manually reduced to a narrower format. This is regardless of the float property, either to the right or left.

    I'm still at the stage of construction of the building/dev...

    {.menuWrapper}

    float: right;

    width: 60%;

    margin-top:-38px;

    }

    Thank you!

    There are two problems here.

    1. when the browser is an average width, any adjustments in place, no problem

    2. when the browser is reduced in width, there is not good enough real estate menu bar, so the last item of the menu, and then double to the high slot the MenuBar

    3. when the browser is expanded, the bar of menus is able to escape alongside the image of c2c_logo, but because you set a top margin-38px, the menu bar springs out of sight.

    Solution:

    1 give the menu bar more real estate to remove white space next to the actual image, which makes the smaller image or the default method, change the image to a background image. The latter will provide the best way to provide the necessary space for the menu bar.

    2. After doing the above, you will notice that the menu bar disappeared once more, the top margin should therefore be adapted. The top margin will be in the region of 120px

    GRAMPS

  • How to do a menu to display when the space bar is pressed?

    Hi, is it possible to make a menu display when the space bar is pressed, then disappear once selected a menu option and the SPACEBAR is released?

    Thank you

    Here's some code which will be a subject named appear/disappear with the space bar.  But it is not currently dependent on choosing something from the object, such as a menu option.

    stage.addEventListener (KeyboardEvent.KEY_DOWN, keyDownHandler);
    menu. Visible = false;

    function keyDownHandler(evt:KeyboardEvent):void {}
    If (evt.keyCode == 32 & evt.type == "keyDown") {}
    trace ("space key");
    stage.removeEventListener (KeyboardEvent.KEY_DOWN, keyDownHandler);
    stage.addEventListener (KeyboardEvent.KEY_UP, keyDownHandler);
    menu. Visible = true;
    } ElseIf (evt.keyCode == 32 & evt.type == "keyUp") {}
    trace ("space");
    stage.addEventListener (KeyboardEvent.KEY_DOWN, keyDownHandler);
    stage.removeEventListener (KeyboardEvent.KEY_UP, keyDownHandler);
    menu. Visible = false;
    }
    }

  • picture in a frame floating behind the static content

    Hello

    I searched online for an answer to my question for the last 2 hours and I gave the reason why I post my question here in this forum.

    I have a great picture of 768 x 1500 px and stuck it in an area of content and made a scroll, frame so you can drag admirably the image horizontally on the iPad. However, it must be the background image. As I read on the internet, static content is always less than interactive content, that's why I did a MSO (multi state object) of it. For some reason, it does not. Static objects above the background drop-down image are several text boxes and under 1 text box, I have a color box so that the text appears on the color.

    Can someone help me please? I'm really lost.

    Thank you in advance.

    Hello

    You can put all the static content in the second State of the MSO with empty first State and value ASM autoplay/stop at the last state/delay = 0. Make sure that the ASM is over the frame with scrolling with the truck and has a vector format.

    Or you can put each of the static objects in its own frames of scrolling, but use the same size of container and content to prevent scrolling. You will have a large background image scrolling image and 4 images of scrolling for the header, title, a white frame with text and arrows.

    The "ideal solution" that you describe in your last post can be created only by using HTML5 (AFAIK).

Maybe you are looking for