• Resolved comcorp

    (@comcorp)


    Hi everyone,

    We are having issues with the bottom toolbar on our company website – https://www.comcorp.com

    For some reason on the bottom toolbar (wibiya), it is not displaying the nested links for Facebook and Twitter on the bottom right side.

    It is however, displaying it on all the pages and post within the site. Please see example – https://www.comcorp.com/services/online-public-relations.html. Our conclusion is that the scrolling pages in the top portion of the homepage is somehow conflicting with the toolbar.

    Does anyone know how to fix this issue?

    Thanks in advance,

    ComCorp

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maybe

    #wibiyaToolbar td {overflow:visible}

    in css? From the wibiya forums….

    Thread Starter comcorp

    (@comcorp)

    Solution:

    Remove the z-index hack from the header.php

    jQuery(function() {
    var zIndexNumber = 1000;
    jQuery(‘div’).each(function() {
    jQuery(this).css(‘zIndex’, zIndexNumber);
    zIndexNumber -= 10;
    });
    });

    It’s meant to fix IE7, because if you have a large dropdown menu, it disappears behind the slider area. IE7 doesn’t handle z-index correctly like other browser.

    Remove it and see how it works.

    We did this and now it works fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Z Index Problem with Nested Links’ is closed to new replies.