Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Highlight header tab

    Trying to highlight some tabs in the tpl_header.php to indicate where the user is navigating.

    for instance, I have a couple tabs ... DVD, CD etc ... which takes you to a specific category. Once you are on a particular category (or sub) I would like to highlight that tab .... tried looking for variables that would tell me this but could not find one that gives me the id of the parent category.

    Not sure if I going about this wrong or if there is an easier way of doing this.


    BTW - Zen Rocks!

    Thx

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Highlight header tab

    /includes/modules/categories_tabs.php sets a different class (category-subs-selected) for the active category, so you can style that in your stylesheet:
    Code:
    #navCatTabs .category-subs-selected {
        color: #ff3300;
        background-color: #ddeeff;
        }
    Adjust to taste.

  3. #3
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Highlight header tab

    Yeah saw that .. couldn't really use that becuase I don't use categories_tabs.php to generate my tabs ... I have others tabs that are not related to any category.

    Anyhow, I just found out how to get this info ... variable called cPath_array 1st element (cPath_array[0]).

    Got the variable list from -- http://textsnippets.com/posts/show/1169

    new 2 linux+php+zen ... microsoft had me locked in for a while there

    Anyhow, thx.

 

 

Similar Threads

  1. v154 Add anothe Tab on my Header Bar
    By Vanessa Voet in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Jul 2015, 09:47 AM
  2. header in tab menu (top_nav)
    By twistedmilas89 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Aug 2011, 04:17 PM
  3. Contact us tab too big (in header)
    By roy(irishtaxi) in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 May 2008, 01:02 PM
  4. Header / Tab colour arghhhh
    By vik007 in forum General Questions
    Replies: 0
    Last Post: 19 Jan 2008, 01:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg