Positioning in IE

Forums Forums Menus Positioning in IE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #656
    Hengest
    Member

    Hi, thanks for the great plugin. I need some help though if anyone can advise please.

    I am having an issue whereby the dropdown appears fine on FF but on IE it appears to the right of the top level text.

    You can see this at http://www.odinic-rite.org/AcornHollow/ or see the attachments.

    Also, when I hover over the menu on FF the dropdown obscures the top level text. Can I set it so that the dropdown appears below the top level menu?

    #5459
    Anonymous
    Member

    I am having the same problem with positioning in IE. Does anyone knows how to fix this.

    #5460

    Hi Hengest,

    It looks like you have something like the following in your theme:
    [code:2o20u2ox]   <div id="menu">
    <ul>
    <?php pixopoint_menu(); ?>
    </ul>
      </div>
    [/code:2o20u2ox]

    Try changing it to just this:
    [code:2o20u2ox]<?php pixopoint_menu(); ?>[/code:2o20u2ox]

    You can’t wrap the plugin function with a UL tag as it will create invalid code.

    @SR No one can help without seeing your problem.

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