Results 1 to 3 of 3

Thread: AnyLink CSS Menu script configuration for multiple menus

  1. #1
    Join Date
    Mar 2009
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default AnyLink CSS Menu script configuration for multiple menus

    1) Script Title: AnyLink CSS Menu script v2.0

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

    3) Describe problem: The URL in question:
    http://www.minkindesign.com/client/scanlon/charter.html

    I successfully added and customized the drop down menu under "About" in the nav bar. My problem is trying to customize the second drop down menu under "Aircraft Rates/Service Area" Can you please give advice on how to do that. My level of Javascript is "cut and paste".

    Many thanks for a great script.
    Last edited by Snookerman; 06-14-2009 at 11:42 AM.

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Simply add a new CSS block for #submenu2... Like so:
    Code:
    #submenu2 {
    display:block;
    width:200px; /* Set your width... */
    }
    The rest will be inherited by the anylinkcss class also assigned to the DIV.

    Hope this helps,

    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. The Following User Says Thank You to X96 Web Design For This Useful Post:

    BobMinkin (06-14-2009)

  4. #3
    Join Date
    Mar 2009
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Works like a charm, many thanks!

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
  •