Wrong drop down position in Firefox and IE

Forums Forums Menus Wrong drop down position in Firefox and IE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #526

    Hi

    I just installed your plugin and I love it! <img decoding=” title=”Smiley” />

    But… the position of the drop down is off. In FF, it covers the main page menu item and in IE, it shows it to the right instead of under. You can check it out: http://image-y.com/testblog/

    I added the code in the header. The only thing I modified in the code was to remove the BOLD.

    Second question <img decoding=” title=”Smiley” /> 

    Is there a way to make the sub page boxes 100% text width? Or at least changing the size? You’ll also notice that the hover color is off by 1 pixel.

    Thanks for your time.

    Yanik

    #4584

    You have invalid code. You can’t nest an unordered list inside another one without list items:
    [code:1555hiuj]<div id="menu">
    <ul>
    <?php suckerfish(); ?>
    </ul>
    </div>[/code:1555hiuj]

    Try this:
    [code:1555hiuj]<div id="menu">
    <?php suckerfish(); ?>
    </div>[/code:1555hiuj]

    And if that doesn’t work, then this:
    [code:1555hiuj]<?php suckerfish(); ?>[/code:1555hiuj]

    #4585

    WOW! That was fast! Thx Ryan!

    My menu is now on the left… I tried changing "left" to "center" but that screwed everything up. How can I center the menu?

    And any idea for my 2nd question above? <img decoding=” title=”Smiley” />

    #4586

    oooo… I just noticed that by removing the "invalid" code I lost my header image! Ouch…. can I bring it back?

    #4587

    Actually… it’s there in IE but not in FF

    #4588

    To center the menu, you need to specify a width for #suckerfishnav and then use margin:0 auto to center it.

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