transparent subiteam menu background only not the text of it


Author Message
Aditi

Posted: 5/20/2012
Quote message 

Hello there,

I find a solution related about my topics. But doing that it also apply on the text of the sub-iteam menu bar as well as background. If i want to make change only the background opacity of it, with out changing the text opacity how can i do that.

The code i added in template.css file is :

.art-hmenu ul a
{
opacity:0.5;
filter:alpha(opacity=0.5);
}

Thanks a lot.