|
We want to know how to make the background on your javascript for drop down menu to be transparent?
Return to Recent Questions
Q:
We installed a javascript for drop down menu in the table which contains a back image.
Is it possible to make the background on your javascript for drop down menu to be transparent so that you can see our
table cell background through the javascript for drop down menu. We have tried to put our image as your javascript for drop down menu background, but then it
repeats for all of the submenus.
We want the row of top items to be transparent and all of the submenus
to be white.
Is this possible with your javascript for drop down menu and, if so, how to make this work?
A:
You can try to use transparent value for the following parameters:
var menuBackColor="transparent";
var itemBackColor=["transparent","#1665CB"];
Or, you can use Individual Item Styles and set images only for the top javascript for drop down menu items.
Try that.
Return to Recent Questions
Related:
|