Results 1 to 2 of 2

Thread: Flex Level Popup Menu (v1.1) - IE6 Menu Container Height ?

  1. #1
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Flex Level Popup Menu (v1.1) - IE6 Menu Container Height ?

    1) Script Title: Flex Level Popup Menu (v1.1)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/popupmenu.htm

    3) Describe problem:

    When using the menu in IE6, if a sub menu is accessed the main menu container increases in height by a couple of pixels . i.e for the image map example hovering on the blue wedge Item Folder 3a a white line of about 2 pixels appears between that and Item 4a, also pushing the bottom border of the menu down by 2 pixels.

    While I appreciate the menu has been produced for IE7 unfortunately I still have a number of users using IE6 in my company. So was wondering if anybody has noticed this behaviour in IE6 and been able to fix it ? Failing that is there an IE6 version of this menu available ? Thanks...

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You might try adding the following rule to popupmenu.css:

    Code:
    * html .jqpopupmenu li a{ /*IE6 CSS hack*/
    display: inline-block;
    }
    This seems to remove the 2px gap you speak of in IE6, though I'm not sure if it introduces any new issues as a consequence.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •