Results 1 to 4 of 4

Thread: AnyLink JS Drop Down Menu IE Problem

  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile AnyLink JS Drop Down Menu IE Problem

    1) Script Title: AnyLink JS Drop Down Menu v2.2

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:
    I'm using css to vertically center a table, which seems to effect the menu css.
    In Firefox, the sub menu (for menu item 'About xxx') lines up correctly. In IE it shows with the left edge in about the middle of the main menu and dropped down a bit.
    Here's the page: http://artistpages.net/anow/ ..so you can see the css.

    Thanks in advance for any help!
    Last edited by cassie99; 01-12-2010 at 05:23 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Get rid of the highlighted:

    Code:
    body { 
    	text-align:center;
    	min-height:546px;/* for ie7*/
    	}
    #xouter{
    	height:100%;
    	width:100%;
    	display:table;
    	vertical-align:middle;
    }
    #xcontainer {
    	text-align: center;
    	position:relative;
    	vertical-align:middle;
    	display:table-cell;
    	height: 546px;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by cassie99 View Post
    1) Script Title: AnyLink JS Drop Down Menu v2.2

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:
    I'm using css to vertically center a table, which seems to effect the menu css.
    In Firefox, the sub menu (for menu item 'About xxx') lines up correctly. In IE it shows with the left edge in about the middle of the main menu and dropped down a bit.
    Here's the page: http://artistpages.net/anow/ ..so you can see the css.

    Thanks in advance for any help!
    Thanks! It's still not working. Closer though. If you rollover the parent menu item enough times in the middle of the word, the submenu pops up correctly aligned. Anything else to try?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Ooops, I thought it had worked here, but I must have been looking at the wrong browser. Here in your styles.css file (add the highlighted):

    Code:
    .menuitem a{
    	color: #FFF;
    	text-decoration: none;
    	display: block;
     }
    That definitely fixed it in IE.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •