|
FAQ
How do I make the sub-menu backgrounds of the website menus non-transparent?
Return to FAQ
Q:
How do I make the sub-menu backgrounds non-transparent so that web page text that is behind the sub-menus when the website menus open does not appear?
A:
By default, sub-menu backgrounds in the website menus are non-transparent.
Anyway you can change transparency by adding the following lines
to css file generated by the Vista Buttons application when you save your project as html page:
opacity:0.8;
filter:alpha(opacity=80);
To make submenus non-transparent, add the following:
opacity:1.0;
filter:alpha(opacity=100);
Return to FAQ
|
|
|
|
|