Drop Down Menu / Posts /

Give sub-menu an opacity

355
How can I give sub-menu an opacity so that the sub-menu looks semi-transparent?
Tony  11 years ago   viewed: 14670    

3 Answers

5
Be careful with opacity. 
Rick Steinwand   9 years ago
0
Open the stylesheet ddmenu.css, and search for all the background setting for the selector .dropdown and .dd-inner, then change their background colors to a semi-transparent color. For example:background-color: rgba(255, 255, 255, 0.9); /* white semi-transparent */or:background: rgba(0, 0, 0, 0.7); /* black semi-transparent */
Milo   11 years ago
-5

How to put a "close / hide" button in the dropwon area?
I use "onclick" for the menu.

Jan   7 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: