Solparmenu, ActiveForums and Firefox problem
Last Post 05/20/2009 1:54 AM by RAzzan. 2 Replies.
Author Messages
RAzzan
Nuke Newbie
Nuke Newbie
Posts:2


--
05/19/2009 7:35 AM
    When i place the cursor in Workshops option in Firefox the submenus appears behind forum menu of ActiveForums.
    See:http://www.dotnetwork.it/Forums.aspx

    Can you give me a solution?
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    05/19/2009 3:14 PM
    for your code you need to add z-index to the .submenu class:

    .submenu {
        border: 1px #ffffff solid;
        padding: 0px;
        background: #dee9f3;
        margin-left: 0px;
        margin-top: 2px;
    z-index: 1000;
    }

    I found this by using the techniques here:
    Troubleshooting DotNetNuke Skins
    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
    RAzzan
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    05/20/2009 1:54 AM
     It works, thanks!


    ---