Final Opacity
Permalink Browser Info EnvironmentIs there a way to have the final opacity of the dropdowns be at 90% rather than going all the way to 100%?
Thanks Ben
Type: | Discussion |
---|---|
Status: | New |
Thanks
.sf-menu ul li { width: 100%; opacity: .9;
To set opacity for the whole menu:
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; opacity: .9; }
Worked on the latest Firefox and Chrome. You might need to track down a css workaround to achieve a similar effect in older browsers.
Although there's no setting for transparency in the user interface, it seems possible to do so by modifying the Superfish CSS.