Vertical Menu / Posts /

Transparent color for the Vertical Menu

10
i want to knw how we can make the background transparent of this menu....
mohit  10 years ago   viewed: 11113    

1 Answer

1
Then don't specify background in the CSS.
If you mean semi-transparent, you can style the related element (UL, or LI) as:
{
    filter:alpha(opacity=90);
    opacity: 0.90;  
}
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: