Recent Questions
Q: As I have stated before, your Deluxe-Menu is very very good.
 But there is allways room for improvement.
 Is there any chance to see support for the following in Deluxe-Menu:
 When I move the mousepointer above a menuitem and right-click I would like to see in the javascript contextual menu (the context menu provided by the browser):
 Open Link in new window
 Open Link in new tab
 If the above is not possible or not something you want to enable.... then, there should be possible to make a workaround to make this work:
 I see there is support for custom javascript contextual menus.....
 .... is there any possibility to make a custom context menu that show above a menuitem and that show when right clicking on the menuitem.
 Should hopefully be possible to create in such way that I create one context menu in javascript (the deluxe menu way... ) , but when clicking on "Open link in new window" from that custom menu, then the JS code should call a javascript function of mine (or yours), with a parameter related to the menuitem that was right-clicked...
 And this javascript function should be able to resolve the actual URL (based on the input parameter rel. to the menuitem) and then open a new window using window.open()
 If not possible to implement using the native browser context menu, then I belive it should be possible to do it using my workaround how to.....
 Just a thought.... 
 Any suggestions on how I can make the workaround work, or if maybe you could support the workaround in some way in future releases of Deluxe-Menu? 
A:  Yes, there is a workaround.
You can write your items in the following way:
  ["|<a href='http://www.domain.com' class="link">test test test</a>",""],
You should assign style for this link.
A.link {
...
}
A.link:hover {
...
}
Q: When using the tab menu css the third item in the second tab seems to have a mind of its own.а will not take the attributes of all other tabs. 
 Have tried to force it to comply be creating an individual style just for that button...but that doesn't work either.
 have spent (wasted) much time trying to get this to work.а What is the problem?ааа Very frustrated.
A:  This tab differs from other tabs because it is selected tab. You'veset:
  var bselectedSmItem=10;
You can try to set it in the following way: 
  var bselectedSmItem=0;
Q: Is there a way to open the link of my down horizontal menu in the same window?
A:  You can set the following parameter: 
  var itemTarget = "_self";
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
 
A: Deluxe Menu doesn't work with <IFrame> objects. They work with