Flyout visible by default

Forums Forums Menus Flyout visible by default

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #51
    Anonymous
    Member

    I’m using your plugin on my site – http://www.chucktv.net – but must have done something wrong as the fly out menu (under Spoilers) is visible by default rather than when you mouseover Season 1. Help?

    #2196

    You are applying two UL’s to the same list. Try removing the following code and it’s corresponding tag and hopefully your problem will be corrected.

    [code:1b4k9e8j]<ul id="nav" class="clearfloat">[/code:1b4k9e8j]

    Let me know if that doesn’t work and I’ll take another look for you.

    #2197

    On second thought, you may need to replace the code above with the following to ensure your floats are cleared:

    [code:vlhnojn5]<div class="clearfloat">[/code:vlhnojn5]

    And replace the closing [code:vlhnojn5]</ul>[/code:vlhnojn5] with a [code:vlhnojn5]</div>[/code:vlhnojn5] tag.

    #2198
    Anonymous
    Member

    I tried both options and neither one made a difference. (I was supposed to edit the Header file, right? Where I put ?)

    #2199

    [code:1e9wr58w]#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
    left:auto;
    background-color:#3A4825;
    }[/code:1e9wr58w]

    Needs to become

    [code:1e9wr58w]#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
    left:-999em;
    background-color:#3A4825;
    }[/code:1e9wr58w]

    #2200
    Anonymous
    Member

    Voila! It worked! Thanks, Ryan. <img decoding=” title=”Smiley” />

    #2201

    Excellent <img decoding=” title=”Smiley” /> Glad to hear it worked.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.