June 11th, 2008How can I add transparency to my Likno Drop Down Menu Tree?
The transparency in Likno Drop Down Menu Trees can be achieved with the appropriate CSS definitions in the Root Style Editor.
Add the following code to the text box of the Root Style Editor (as shown in the image below):
opacity:0.5;filter: alpha(opacity = 50);
Change the values to fit your requirements: in ‘opacity’ the values are between 0.0 (fully transparent) and 1.0 (opaque); in filter the values are between 0 (fully transparent) and 100 (opaque).