Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • drc3 Friend
    #187680

    Hello,

    I have a block ja-topsl2 with a second div area surrounding my menus with the following showing in firebug.
    <div class=”main clearfix” style=”overflow: visible; z-index: 100;”>

    I would like to change the z-index to 99.

    Where in the template css is that done. I cant seem to locate it.

    http://mvs005-002.directrouter.com/~griertwo/

    Thanks.

    Ninja Lead Moderator
    #493728

    I have debugged link on your site and found the problem from SWmenuPro menu module from http://www.swmenupro.com, which makes all z-index style to z-index: 100. It’s from this script on your site


    <script type="text/javascript">
    <!--
    if (jQuery.browser.msie && jQuery.browser.version < 9 ) {
    jQuery('#outerwrap190').css('z-index','-1');
    jQuery('#outerwrap190').wrap('<div></div>');
    jQuery('#outerwrap190').parent().css('padding', '3px');
    jQuery('#outerwrap190').parent().css('background-color', '#EFEFEF');
    jQuery('#outerwrap190').corner('round tl tr bl br 6px');
    jQuery('#outerwrap190').parent().corner('round tl tr bl br 9px');
    }else{
    jQuery('#outerwrap190').corner('keep round tl tr bl br 6px');
    }
    jQuery('#menu190').parents().css('overflow','visible');
    jQuery('html').css('overflow','auto');
    jQuery('#menu190').parents().css('z-index','100');
    jQuery('#menu190').css('z-index','101');
    //-->
    </script>

    drc3 Friend
    #493772

    Thanks. I will see what can be done about that. You’re the best.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  drc3 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum