Results 1 to 3 of 3

Thread: Help with nav menu

  1. #1
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Help with nav menu

    I have installed the Button Vertical Menu into my site, to work with the Dynamic Ajax Content. With some help yesterday I have achieved, when I roll my mouse over the button the text comes up.

    Now I want to have the button stay in the mouseover color when you go over the text in the right column to click on a link.

    http://lorettagrogan.com

    What do I add to this code to make this possible?

    <style type="text/css">

    /*Credits: Dynamic Drive CSS Library */
    /*URL: http://www.dynamicdrive.com/style/ */

    .buttonmenu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 120 px;
    }

    .buttonmenu li a{
    color: black;
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    border-color:#bcdfd8 transparent #bcdfd8 transparent; /*light dark dark light*/
    background-color: transparent;
    text-decoration:none;
    }


    .buttonmenu li a:visited{
    color: yellow;
    }

    .buttonmenu li a:hover, .buttonmenu li a:active{
    color: black;
    background-color: #ffffff;
    }

    </style>


    Thank you


  2. #2
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can anyone help with this?

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Code:
    .buttonmenu li a:visited{
    color: yellow;
    }
    This is your visited link color.. change it as you see fit
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •