Results 1 to 4 of 4

Thread: any link drop down menu - changing bgcolor

  1. #1
    Join Date
    Mar 2006
    Location
    Oregon
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default any link drop down menu - changing bgcolor




    link: http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Ok - I have everything figured out - except - how to change the drop down menu background color -

    I can change the color of the bg when it rolls over when it drops down - but not the color behind it. It's set to a light yellow - but I cant find where in the script to change it.

    - i'm thinking maybe here? white is the roll over when you scroll down on text on the drop down:
    #dropmenudiv a:hover{ /*hover background color*/
    background-color: white;
    }

    Thanks for your help
    Sarah




  2. #2
    Join Date
    Mar 2006
    Location
    Oregon
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please erase

    I figured it out! Sorry - not sure how to delete this post.

    But maybe you can help me with changing the main font that you see before you roll over and it drops down.

    I only see one place for font and thats to change the drop down text.

    Thanks.

  3. #3
    Join Date
    Mar 2006
    Location
    Oregon
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default one more thing

    Sorry - I ran into one more thing -

    is there a way to insert an html color code - for example #000000
    to change the color compared to just "red" "blue" etc ...


    #dropmenudiv a:hover{ /*hover background color*/
    background-color: red;


    I want to change red to #d9d6d6

    thanks again

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Nike(tm) - Just do it.

    Code:
    #dropmenudiv a:hover { /*hover background color*/
    background-color: #d9d6d6;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •