Results 1 to 2 of 2

Thread: location of statusicon on accordion menu

  1. #1
    Join Date
    Feb 2006
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default location of statusicon on accordion menu

    1) Script Title: Glossy Accordion Menu

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

    3) Describe problem: I am trying to implement the Glossy Accordion Menu on our website. Everything is working fine except I can't seem to get the statusicon to appear before my submenuheader link. I thought it was going to be as easy as setting the togglehtml to "prefix" but no luck. Am I missing something? I made sure I have the latest javascript file.

    4) Example: http://www.l-com.com/testnav.htm

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

    Default

    The position of the icons is controlled simply in the CSS, specifically:

    Code:
    .glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    }
    To get it to show up on the left side, you'd change right:5px to left:5px for example.
    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
  •