You are here Support Forums
Search:  
Seperate style for different tabs in the same aggregator
Last Post 22 Dec 2010 02:38 PM by Richard Edwards. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
NextNext
You are not authorized to post a reply.
Author Messages
Wout Bergmans
New Member
New Member
Posts:5

--
21 Dec 2010 08:47 AM  
It would be great if seperate styles could be setup on a tab level basis instead of only for all tabs.
We have a situation where we would like to have an aggregator with 3 differently themed tabs.
Richard Edwards
DNNStuff Founder
Veteran Member
Veteran Member
Posts:1207
Avatar

--
22 Dec 2010 02:38 PM  
Hi Wout,

There is a sample layout in the Simple / MultiColored that does something like you want. It specifies a different skin class for each tab ie. class="[SKIN]_[TABNUMBER]" and then creates the alternate color in the styles.css file for each TABNUMBER like this:

.Simple_MultiColored_1 .Simple_MultiColored_TabUnselected {
background-color: yellow;
color: black;
}

.Simple_MultiColored_2 .Simple_MultiColored_TabUnselected {
background-color: blue;
color: white;
}

.Simple_MultiColored_3 .Simple_MultiColored_TabUnselected {
background-color: red;
color: white;
}



Richard Edwards
DNNStuff Founder
Did you receive excellent support? Consider leaving a testimonial
You are not authorized to post a reply.

Active Forums 4.1
Privacy StatementTerms Of UseCopyright (c) 2004-2012 DNNStuff