• Site: Link

    If you look at the site in IE, you can see that the sublevels for the drop-down menu are appearing positioned to the top right of the parent element, instead of at the bottom left as I would like them to. I have been struggling with this all day, and am out of ideas 🙁 Please help.

    You can see the HTML by viewing the source, and here is the stylesheet.

    Thanks to anyone who can help figure this out.

Viewing 1 replies (of 1 total)
  • I can’t reproduce your problem (what version of IE?)

    from what you describe adding display:block

    .mainitems a {
      display:block
    }

    might fix it by forcing the sub ULs to turn over to a new line.

Viewing 1 replies (of 1 total)

The topic ‘Drop-down menu in IE not working.’ is closed to new replies.