Hi Guys,
I want to make my own theme and want to use another theme as a base layer. I thought of using zen but its support for drupal 7 is still under development so I thought best to ask here before going forward.
Please advice which theme is best suited as of now for drupal 7.
i am almost done the site i am working on for a company and have been using google chrome to set everything up. i didnt notice untill today that not all the colours for the primary links are working in IE or Firefox.
{
.cssgradients #navigation-primary h2 > a,
.cssgradients #navigation-primary > ul > li > a{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #006633),color-stop(0.4, #006633));
background: -moz-linear-gradient(top center,#7ab0d4,#156aa3 40%);
}