Hi
can anybody tell me how i can put customized color on the block header?
example www.openx.org see how each block as its own color

thanks

Comments

nonprofit’s picture

Hey wallbay1,

See http://drupal.org/node/270560.

If this does not make sense, leme know.

Blessings!

-NP

arlen.coupland’s picture

Sorry see below, this was a double post I'm just editing out the first

arlen.coupland’s picture

Hi,

Our website is a dropdown menu module, I believe - which I don't have details on, but basically how the CSS works on the HTML which is there is:

.dropdown_menu li.a61 ul {
.. give all submenu items under 'a61' main header a background color ...
}

.dropdown_menu li.a62 ul {
.. etc ..
}

So basically, each main menu item is like :

  • Menu item1
  • Menu item2
  • Then, when you click on one the menu is expanded to:

  • Menu item1
    • Subitem1
    • Subitem2
  • Menu item2
  • So that HTML, combined with the CSS, can allow you to give a background to all sublinks under a specific menu item

    Sincerely,
    Arlen Coupland
    OpenX