We want to know if we can make the background on your menu html code transparent?
Return to Recent Questions
Q:
We have a menu in its own dedicated table row on our website and
the table row contains a background image. We want to know if we can
make the background on your menu transparent so that you can see our
table cell background through the menu. We have tried using your
option to put our image as your menu�s background, but then it
repeats for all of the drop downs which we do not want. We simply
want the row of options to be transparent and all of the drop downs
to be white.
Is this possible with your system and, if so, how would we go about making this work?
A:
You can try to use these parameters:
var menuBackColor="transparent";
var itemBackColor=["transparent","#1665CB"];
Or, you can use Individual Item Styles and set images only for the main items.
Try that.
Return to Recent Questions
|