Results 1 to 2 of 2

Thread: Switch Menu II sub-menu active background colour

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Switch Menu II sub-menu active background colour

    Script: Switch Menu II
    http://www.dynamicdrive.com/dynamici...witchmenu2.htm

    Hi, is there any way to tweak the CSS of this script so that 'active' sub-menu links are displayed with an alternative background colour?

    Any help much appreciated. Thanx

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

    Default

    Well, you can try adding the line in red to the below default CSS of the script:

    Code:
    .subItemOver  a
    {
       margin-left:23px;
       font: 11px tahoma,verdana,sans-serif;
       cursor:pointer;	
       color: #428eff;
       text-decoration:underline;
       cursor:pointer;
       background: lightgreen;
    }
    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
  •