IE 7 shifts dropdown menu to the right

Forums Forums Menus IE 7 shifts dropdown menu to the right

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #454
    paobear
    Member

    Hi Ryan, this is a wonderful plug-in, and thank you in advance for providing so much support on this forum!

    Anyway, I didn’t realize I had this problem until a friend on IE7 pointed it out, but my sub menu which worked seamlessly on FF…shifts to the right on IE. Any clue? If it would help to see some code, please let me know.

    http://students.asucla.ucla.edu/swc/

    #4202

    Hi,
    You have an errant UL tag with an ID of #nav wrapped around the menu.

    It will look something like the following in your theme:
    [code:27okb5u7]<ul id="nav">
    <?php suckerfish(); ?>
    </ul>
    [/code:27okb5u7]

    You need to remove those UL tags like so:
    [code:27okb5u7]
    <?php suckerfish(); ?>
    [/code:27okb5u7]

    #4203
    paobear
    Member

    Ryan, what a simple fix! I glossed through a similar problem on another post but didn’t bother trying that solution. My apologies.

    I suggest a sticky with a list of common problems and possible solutions–it’d save you from having to deal with people like me lol.

    #4204
    mmcfad
    Member

    Hi Ryan,
    I have the same problem with I.E.7 but can’t find the ul id tag you’re referring to.
    Here’s my site; http://www.vtwincyclemotorcyclescooter.com

    #4205

    mmcfad – I’ve replied in the other topic you posted this in.

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