Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rob@1st choice

    (@rob1st-choice)

    this is a ww.wp.xz.cn site… sorry, I gave an earlier address for the site… the correct address is
    wddodogs.com/wordpress

    Thread Starter rob@1st choice

    (@rob1st-choice)

    nav ul ul {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 1.9em;
    left: -9999px;
    width: 188px;
    z-index: 99999;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    }

    Thread Starter rob@1st choice

    (@rob1st-choice)

    I didn’t change any code, just added a few more pages this AM. the site is
    WDDOdogs.wordpress.com
    I think I will need to re-load my theme PressWork 1.0.3 to solve the problem. It will allow me to see the children, but if I hover over them they disappear before I can click on them. Really weird, it moves around.. one time it will work correctly, I go back to it a few seconds later and the problem is back.
    Where in the code would I even look for this issue? I assume in the theme functions.php but what part? Any help is greatly appreciated!
    Rob

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