Menu collapses on loading in Firefox

Forums Forums Menus Menu collapses on loading in Firefox

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #8165

    I can see the problem now. That shouldn’t be able to happen if the CSS automatically hides the dropdown until the parent menu item is hovered. Is it possible that you haven’t added support for this into the CSS?

    I had a quick look at your CSS, but it didn’t appear to make a lot of sense. I haven’t checked, but I’d have guessed that if you turned off javascript, the dropdown would always appear, because it isn’t a CSS dropdown. I haven’t checked though, so it’s possible I’ve just misread the code.

    #8166
    MrMister
    Member

    You are right, it actually was a problem with my CSS. Your guess regarding JavaScript was right, after that I basically took the standard CSS template that comes with the plugin and changed everything to my needs. I can’t for the life of me understand why my CSS wasn’t working properly because what is left of the original CSS is nothing but a few background colors and paddings, but what the hell, I’ll take it.

    Thank you very much for helping me figuring this out. <img decoding=” title=”Smiley” /> My page looks a lot cleaner and more professional now!

    Greetings and thanks again,
    MrMister

    #8167

    You were presumably missing something like this:
    [code:20mu5ywo]#suckerfishnav ul {position:absolute;left:-999em;}[/code:20mu5ywo]

    That code kicks the dropdown off screen until it’s hovered something like this:
    [code:20mu5ywo]#suckerfishnav li:hover ul {left:0}[/code:20mu5ywo]

    #8168
    MrMister
    Member

    Yeah, can’t remember having put it somewhere in my original CSS. Good to know, that will save me some time for my upcoming projects since I will definatelly be using your plugin on every page  <img decoding=” title=”Wink” />

    Thanks again! <img decoding=” title=”Smiley” />

    #8169

    Depending on how you have positioned the parent LI tag you may need to use left:auto instead of left:0.

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