Results 1 to 5 of 5

Thread: Accordion menu fix

  1. #1
    Join Date
    Sep 2005
    Posts
    34
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Accordion menu fix

    1) Script Title: Accordion menu

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...enu-glossy.htm

    3) Describe problem: Is it possible to remove the lines dividing each sub menu item? If so, what do I modify and how? Thanks!

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Sure, remove this:
    Code:
    .glossymenu div.submenu ul li {
    border-bottom:1px solid blue;
    }
    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    fred2028 (01-29-2009)

  4. #3
    Join Date
    Sep 2005
    Posts
    34
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    Sure, remove this:
    Code:
    .glossymenu div.submenu ul li {
    border-bottom:1px solid blue;
    }
    Good luck!
    Thanks, that did it BUT seperated the submenu items a LOT. I just set the border from blue to white to match the background, but is there another way? Setting the border to 0px gives me a lot of spacing too.

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    It looks fine when I try it on the demo page, could you please post a link to your site?

  6. #5
    Join Date
    Sep 2005
    Posts
    34
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    It looks fine when I try it on the demo page, could you please post a link to your site?
    Oh my site is an internal site because I am designing the intranet. I'll post a screenshot.

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
  •