Sub Menu displays behind the Flash
Last Post 05/03/2007 7:38 AM by jamx551. 7 Replies.
Author Messages
jamx551
Nuke Active Member
Nuke Active Member
Posts:39


--
04/23/2007 10:29 PM
    Hi Lee

    I have a skin with Flash under the Solpartmenu:

    http://premierpos.com 

    If you open that site in FireFox you will notice the Submenu goes at the back of the Flash when it drops down.

    I tried to use Z-index: 1200 in the Submenu CSS but still the FLash covers the Submenu

    Any other idea?

    thanks
    Ariel

    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/24/2007 2:07 AM
    Hello,

    They have the same problem on dotnetnuke.com
    DotNetNuke Site Menu Error

    It didn't look like they found a solution either, it could be worth googling around for a fix
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    js
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    04/30/2007 4:08 PM
    I saw that you had find one solution.

    What have you done?
    Chris Sigmon
    Nuke Newbie
    Nuke Newbie
    Posts:1


    --
    04/30/2007 9:44 PM
    We found a solution last year. I can't remember what fixed it. Here is what I have in my stylesheet. I looked in the skin and did not find anything. If it does not work, here is the site if you want to look at the code to see the rest of it.

    .SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
    {

    filter:progidXImageTransform.Microsoft.Shadow(color='red', Direction=135, Strength=0);
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    height: 16px;
    background-color: #CD3300;
    background-image: none;
    background-repeat: no-repeat;
    border-left: #98AAB1 0px solid;
    border-top: #98AAB1 0px solid;
    border-right: #98AAB1 0px solid;
    border-bottom: #D9562B 1px solid;
    }

    jamx551
    Nuke Active Member
    Nuke Active Member
    Posts:39


    --
    04/30/2007 9:53 PM
    Hi Guys

    Im glad I was able to resolve the problem. Flash now do not cover my menu : http://premierpos.com

    You just install the module into your portal using inventua-Flash. Just follow this link :

    http://www.inventua.com/dnn-flashpl...endly-skin

    Im sure that will come handy..

    happy skinning
    jamx551
    Nuke Active Member
    Nuke Active Member
    Posts:39


    --
    05/01/2007 8:40 AM
    By the to use that module, you have to make the place of the Flash as a contentpane and insert that Flash in your portal using Inventua-Flash.

    Hope that helps. It also removes the "Click to activate.." message from Flash

    thanks
    js
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    05/02/2007 5:06 AM

    Thanks.

    For firefox I also had to set wmode to transparent (in Inventua module - options), without that sub menu displays behind the Flash.

    jamx551
    Nuke Active Member
    Nuke Active Member
    Posts:39


    --
    05/03/2007 7:38 AM
    Yes jsaraiva that's what we should do.. thanks for noting it down here


    ---