By wallbay1 on
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
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
style.css
Hey wallbay1,
See http://drupal.org/node/270560.
If this does not make sense, leme know.
Blessings!
-NP
Sorry double posted
Sorry see below, this was a double post I'm just editing out the first
Using nested <ul>'s for menu.
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 :
Then, when you click on one the menu is expanded to:
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