Recent Questions
Q: I'm a having an issue with my items in navigation bar menu poping-up behind a flash object on a page.  
A: You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 height="150" width="732" name="if-header">
 <param name="movie" value="images/flash/if-header.swf">
 <param name="quality" value="best">
 <param name="play" value="true">
 <param name="wmode" value="opaque">
<embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" 
src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732"
quality="best" wmode="opaque" play="true">
</object>
Q: I need a dhtml drop down menu with a transparent background for the menu and the submenues. 
 How can I define this.
A:  You can set the following parameters:
  var menuBackColor="transparent";
  var itemBackColor=["transparent","transparent"];
You can set transparency for submenus using the following parameter:
  var transparency="70";
Q: All hide drop down menu tabs seem to have white in the upper corners rather than transparent. 
A: You should delete white color and make corners transparent in anyGraph editor, for example in Photoshop.
Q:  http://deluxe-tabs.com/file/templates/tabs-vertical-template.html Can this dhtml menu frames have images as well as text? Docs are not clear on it.
A:  I'm not sure I understand your question.
These are image-based dhtml menu frames (four vertical round buttons on the left side). Onthe right side there is a content DIV. You can add any html elementsinside the DIV (text, images, forms and so on).