Results 1 to 3 of 3

Thread: jQuery Multi Level CSS Menu #2 / Chrome and IE problems

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

    Default jQuery Multi Level CSS Menu #2 / Chrome and IE problems

    Hello, I have a problem with jQuery Multi Level CSS Menu #2. I've put this wonderfull dropdown menu on my website. I've changed the padding in the CSS content to get it centered well. Now everything is ok in Firefox. But in IE and Chrome the menu is still not centered well. I'm looking for a solution. I'm not a wizzkid so a simple answer is appreciated
    Last edited by sjoerd; 01-05-2010 at 02:08 PM.

  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

    Use these styles:

    Code:
    .jqueryslidemenu{
    font: bold 10px Verdana;
    background: #003366;
    padding: 5px 0;
    width: 600px;
    margin: 0 auto;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John, thank you for the very fast answer!! It works great.

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
  •