Multiple/Nested McTabs

Multiple McTabs

You can have multiple McTabs on a page, either nested or unnested.


Using diffent templates for each McTabs

Ask: I have multiple McTabs on the same page. Can I show them in different styles (templates)?

Answer: Visit the first item under the FAQ: Styles and Templates section on www.menucool.com/jquery-tabs

CSS rules:
  • If multiple selectors apply to the same element, the one with higher specificity wins.
  • Inline styles have the highest priority.
  • ID selectors have a higher specificity than class selectors.

autoAdvance

The autoAdvance option in the script can be set to integer or decimal number specifying the interval in seconds for auto advance. Set to 0 to disable the auto advance.

The auto advance will be delayed when the mouse is hovering over the content panel.

If you want to cancel the auto advance when one of the tabs is manually selected, you can add ".001" to the autoAdvance value. For example: 3.001.