Help with tabs on profile.

Let's see if I can explain what I'm doing lol.

In this first screenshot, you can see the big grey tab:

tabs1.jpg


It's ugly as hell, this is the tcat image found in the gradients folder. The smaller buttons all use the thead image, also found in the gradients folder. But, when I click on another tab, it switches to the big, ugly, tcat image.

tabs2.jpg


I am trying to get it so that even when I click the tabs, it stays small like the tabs that are not selected using the thead image.

I have tried multiple edits to the MEMBERINFO template and the vbulletin_tabctrl.css file found in the clientscript directory but just can't get this last little thing to work.

If anyone has a solution, please let me know!!!

P.S. Once this is done, I will have Metallic Infusion working almost 100% on 3.7.3

Thanks!
 
Can't a guy get help around here??? lol

Anyways, I thought I'd post a little more info. Looking at the vbulletin_tabctrl.css file in the clientscript directory, I found this code:

Code:
/* unselected tabs */
ul.tab_list li.thead {
	font-weight: normal;
}
/* selected tabs */
ul.tab_list li.tcat {
	height: 1.5em;
	border-bottom: none;
	border-bottom-width: 0px;
	font-weight: bold;
	font-size: 10pt;
	position: relative;
}

This is correct and it works like this, but when I change the code for selected tabs from tcat to thead, it doesn't change anything. Seems to me this would be the place to make the changes I want.
 
I tried that last night it does change it but not how you want, it causes all the tabs to be at the same level.
 
Back
Top