Submenu dropdown not appearing on right

Forums Forums Menus Submenu dropdown not appearing on right

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #2547
    Anonymous
    Member

    OK, no probs, we’ve just realized that it is the animated effect causing the problem , so we have just unticked it for now.

    Rather than you spending ages trying to get it working in IE6, is there a way that we can “disableâ€

    #2548
    Anonymous
    Member

    You beat me to it!

    #2549
    Anonymous
    Member

    Good enough, thanks very much Ryan. <img decoding=” title=”Smiley” />

    If you wanted to develop your css generator a bit further, could I suggest that you don’t let it assign an attribute to more than one class at a time?

    For example, you produce this code:

    [code:12x8soh2]#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
    left:-999em
    }[/code:12x8soh2]

    Whereas it is eaiser to read (and possibly less prone to errors) to have each one produced separetly eg:

    [code:12x8soh2]#suckerfishnav li:hover ul ul{
    left:-999em
    }

    #suckerfishnav li:hover ul ul ul
    left:-999em
    }[/code:12x8soh2]

    etc..

    Also, the hex code created by the generator for colours should always be six digits, not three.

    Sorry if it sounds pedantic, just a suggestion… <img decoding=” title=”Smiley” />

    I also whacked the mouseout value up to 2 secs, as the flyouts were disappearing a bit fast… a really, really good plugin though, so well done! <img decoding=” title=”Smiley” />

    #2550

    Sorry for not replying to this earlier. This was implemented quite a long time ago now. Hopefully you’ve seen/used it already!

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.