Results 1 to 4 of 4

Thread: Can't seem to style the top menu

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't seem to style the top menu

    1) Script Title: ddlevelsmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/

    3) Describe problem: I can style everything fine, but can't seem to style the hover state of the top menu. It just goes dark.

    Here is the page

    http://www.guitarprinciples.com/cms/

    Any help appreciated! Thanks!

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Try
    #ja-mainnav ul.menu li a:hover, #ja-mainnav ul.menu li a:active, #ja-mainnav ul.menu li a:focus { background-color:#??????;}
    in this file: ja-sosdmenu.css
    Last edited by azoomer; 06-19-2010 at 01:59 AM.

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for that azoomer, unfortunately, it didn't seem to do the trick. I tried a few variations too, but no go.

  4. #4
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    There a many lookalikes. When i edit the background property in this paragraph on line 222
    Code:
    #ja-mainnav ul.menu li a:hover,
    #ja-mainnav ul.menu li a:active,
    #ja-mainnav ul.menu li a:focus {
    	background: url(../images/arrow2.png) no-repeat bottom center #2A6500;
    	color: #FFFFFF;
    }
    The hover state changes color, in this case to a green color.It works on my pc anyways.

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
  •