Results 1 to 2 of 2

Thread: how do I change submenus on the :: Smooth Navigational Menu (v2.1)

  1. #1
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how do I change submenus on the :: Smooth Navigational Menu (v2.1)

    1) Script Title: Smooth Navigational Menu (v2.1)

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

    3) Describe problem: I would like to change the background color on the submenus of the Smooth Navigational Menu but I'm having trouble finding where in the script you change the background just for the submenus without affecting the main menu.

    Please let me know how this can be done.

    Steve

  2. #2
    Join Date
    Sep 2011
    Posts
    35
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    You should change the color in css file
    For horizontal ddsmoothmenu.css.

    Code:
    .ddsmoothmenu{
    font: bold 12px Verdana;
    background: #e6e6e6; /*background of menu bar (default state)*/
    width: 600px;;
    }
    
    .ddsmoothmenu ul li a{
    display: block;
    background: #e6e6e6; /*background of menu items (default state)*/
    color: #316e9b;
    padding: 8px 10px;
    border-right: 1px solid #778;
    color: #c0c0c0;
    text-decoration: none;
    }
    
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
    color: #1f6289;
    }
    
    .ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    background: #808080 !important; 
    color: white;
    }
    
    .ddsmoothmenu ul li a:hover{
    background: #808080; /*background of menu items during onmouseover (hover state)*/
    color: white;
    }

Similar Threads

  1. change Smooth Navigational Menu direction
    By salman1karim in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 10-21-2012, 07:08 AM
  2. Smooth Navigational Menu
    By abi in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-05-2012, 12:22 PM
  3. Smooth Navigational Menu (v1.4) submenus NOT showing
    By bjl in forum Dynamic Drive scripts help
    Replies: 11
    Last Post: 07-20-2010, 05:38 PM
  4. All Levels Navigational Menu (v2.2) - Submenus?
    By babird1 in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 07-12-2010, 05:20 PM
  5. Replies: 3
    Last Post: 08-27-2009, 10:20 PM

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
  •