The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Could someone point me in the right direction to doing a slight redesign in the style I am using here: http://www.dsmnation.com
You see how Forum and Classified links are text? I want them to look more like the default style which has an image background making it look like a button and when you highlight the button it changes colors. |
#2
|
||||
|
||||
![]()
in style variable editor look under the navbar section and edit the settings depending on who you want it to look.
you'll also have to play around width, height, padding en margins |
#3
|
|||
|
|||
![]()
Thank you, I got that all figured out.
I have one more issue, I want to put a | between all the sub-menu items without putting one before the first option or after the last. Any ideas on the best way to accomplish this? |
#4
|
||||
|
||||
![]() Quote:
Code:
.navtabs ul li { border-right: 1px solid #FFFFFF; } |
#5
|
|||
|
|||
![]()
I also have a navbar style issue I'd like resolved and Peugeot405 (great car BTW) has always been most helpful elsewhere for me.
As you can see in the image I'd like the link that has been selected for the popup menu to be reversed (i.e in white, rather than the same colour as the rest of the navbar links) I'm guessing another CSS tweak rather than a stylvar issue? Thanks |
#6
|
||||
|
||||
![]() Quote:
see of adding this in additional css helps simonB: Code:
.navtabs li.selected li:hover a.popupctrl { background-color: #A71212; border-color: #FFFFFF; text-decoration: none; color: #ffffff; } .navtabs li.selected li:hover a.popupctrl.active, .navtabs li.selected li a.popupctrl.active { background-color: #A71212; border-color: #A71212; border-radius: 3px 3px 0 0; color: #ffffff; text-decoration: none; } ![]() |
#7
|
|||
|
|||
![]()
Thanks Peugeot405... works like a charm.
Can I ask, do you use firebug or something to play around with settings? I wish I had the ability to fully interpret what it's telling me. I have been able to resolve a few issues with it but the one you just resolved had me stumped. Simon |
#8
|
||||
|
||||
![]()
I do use firebug very often, SimonB. It's something i learned here on vb.org.
It helped me to solve a lot of issues too. I have a private testsite, so i can play around with settings, using firebug and by making changes directly in the templates. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|