| 
      
   | 
    | 
  
       
          
                    I have mouseover menu  working fine but want the chosen option display in a tab under the menu. 
       
      Return to Recent Questions
 
  
Q:
I have the mouseover menu  working fine but want the chosen option to display in a tab under the menu.
  
A:
 
Deluxe Tabs doesn't have API functions to set pressed item on-the-fly. You can set pressed
item on the page loading only.
  
But you can use onClick event for the Deluxe Menu items and call the following function to
open appropriate tab:
  
 dtabs_itemClick(menuN, itemN);
  
where 
menuN - index of a menu on a page, >= 0. 
itemN - index of a tab you want to show, >=0.
  
    ["<div onClick='dtabs_itemClick(0,2)'>Open 3rd tab</div>","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "", "", "", "", "", ],
 
  
 
 
  
Return to Recent Questions
           Related: 
         
         - Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
 - Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
 - Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
 - Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
 - Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
 - Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
 - Nov 14, 2006 - Can dhtml menu script work with tables ?
 - Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
 - Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
 - Nov 25, 2006 - I need only one column of submenu html to be displayed, all other columns should be closed.
 - Nov 27, 2006 - In Firefox, the drop down menu html is displayed to the right of the top menu text
           
               
   |