Recent Questions
Q: Hi there. I am evaluating your tabs before I purchase and I ran into a small problem. If I can get this resolved I am ready to purchase. 
 I need to be able to execute some javascript when I click on a tab. What I am planning on doing is I want to dynamically set the location.href property of an iFrame located inside of a content div. 
 I can't figure out how to do it. Any help will go a long way for me to decide to purchase. Thanks!
 
A: You can use your own javascript functions in the menu items. 
You should paste "javascript:some_function()" into item's link field, for example: 
 ["tab text","javascript: window.open('test.html', 'frameName')", ...], 
or 
 ["tab text","javascript: getURLForFrame()", ...], 
Try that.
Q: It actually does work - I got it to work, however some functions like transparency is not working, trial version pop up disappeared and transition when the submenu item comes down is not working - it simply pops the menu down. 
 
A:  Please, notice that transitional effects don't work in Firefox.
Effects work in IE only. You can find this info here: 
http://deluxe-menu.com/filters-and-effects-sample.html
Q: My sub menus are not rendering correctly in IE8 RC1 when my Vista machine is set to 120 dpi. I did not notice this as a problem until I installed RC1 today. 
A: 	The menu works correctly in IE8 RC1 (120 dpi), if your browser image any font incorrectly(Tahoma in that case) the menu couldn't correct this.
It is possible that the reason is in the filters. You can try to turn off filters orchange font:
  var transparency="100";
  var transition=-1;
Q: I am setting up a menu with word wrapping "on". Is it possible to have the wording in the middle of the text go to a new line? 
If so, how do I do that?
 
A: Unfortunately, you can't do it. 
You can only set the following parameter 
  var noWrap=0; 
and use <br> tags in the text, for example 
 ["ffffffff<br>fffffffffffff<br>fffffffffff Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ],