| 
      Return to Recent Questions When a first level jscript tab is selected, sub tab of that tab should be in selected mode. 
 
 Q: 
I am facing problem with deluxe tab. When a first level jscript tab is selected, sub tab of that tab should be in selected mode.
 
 I need to change text color of "New contact" (sub tab) in selected mode to black.
 
 A: 
	
 Unfortunately Deluxe Tabs doesn't have such a feature now.
 
 You use main tabs to show sub-tabs and click on sub-tabs to show their content or open
links.
 
 On the initial page load you can set the selected item and submenu item using the
following parameters:
 
 var bselectedItem=1;
 var bselectedSmItem=2;
 
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         June 29, 2007 - When I click on the javascript menu tab always only one tab is selected.
Aug 08, 2007 - How can I make paths in my DHTML MENU absolute?
Sep 06, 2007 - Is it possible to change which tab is selected in css menu tabsSep 10, 2007 - Sometime the first tab in css tab menu stay selectedOct 04, 2007 - The state of the javascript tab menu selected reverts back to the default tabJan 30, 2009 - When using javascript tabbed menu, where do I place the text content related to the selected tabApril 25, 2009 - Is there a way to programmatically specify which tab is selected in the drop down menu using javascript?April 25, 2009 - I am still not understanding how to place the text content related to the selected java text menu tab?May 23, 2009 - I'm using your javascript onclick menu tabs. What exactly is bselectedSmItem for?Jul 09, 2009 - I would like to know if the tab menu horizontal java, roll over and selected colors are controllable?Jul 29, 2009 - When I click the back button, the selected drop menu bar tab is the first one, and not the second. |