Results 1 to 3 of 3

Thread: Chrome CSS Drop Down Menu (v2.4)

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

    Default Chrome CSS Drop Down Menu (v2.4)

    Chrome CSS Drop Down Menu (v2.4)
    http://www.dynamicdrive.com/dynamici...rome/index.htm

    Hi

    I'm trying to use this drop down menu using different colors (styles) for each drop down.

    I thought that instead of making one drop down with 3 menus I could make 3 drop downs with 1 menu each and make each one a different color by pointing to a different css file.

    Can this be done and can you explain how to do it please?

    Please note that I am not very good at coding and I'm using a program called Web Studio 4 to design my website.

    Thanks

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Go to chromestyle.css and do you can define (CSS) rules on the divs you wish to change color.

    Basing on DD's chromemenu, go to chromestyle.css and add this rule:
    Code:
    #dropmenu1{
    background:#06c;
    }
    #dropmenu2{
    background:#09c;
    }
    #dropmenu3{
    background:#0fc;
    }
    You'll see that the three dropdowns has three different background colors.

    Hope that makes sense to you.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks that worked.

    What about the actual menu at the top, as opposed to the drop down menu?

    I want the background color for Menu 1 to be the same as the background color for drop down menu 1. Hope that makes sense.

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
  •