The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change navbar tab background for ONE tab
Anyone know how to do this? Just so it only changes only one tab's background in the navbar
|
#2
|
||||
|
||||
Just give that tab a class ex:
class="specialone" and then add CSS for it in additional.css |
#3
|
|||
|
|||
Okay, thanks! However, I just tried this. I made the class as so:
HTML Code:
p.test{ background-color: black; background-repeat: repeat; color: white; } |: How do I make it cover the WHOLE tab? |
#4
|
|||
|
|||
Just use inline CSS
HTML Code:
<li class="selected"><a class="navtab" href="{vb:link forumhome}" style="background-color:black;background-image:none">{vb:rawphrase forum}</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|