The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Putting images in the category bar
4.1.2 full suite
I'd like to put a simple image in both ends of the category bar. I'm not a real sharp coder so please break it down as much as possible. |
#2
|
||||
|
||||
find the id of the forum then add some css to your additional.css template.
Code:
#forum4 { background-image: url(left.png), url(right.png); background-repeat: no-repeat; background-position: left top, right top; } --------------- Added [DATE]1317484486[/DATE] at [TIME]1317484486[/TIME] --------------- http://www.css3.info/preview/multiple-backgrounds/ |
#3
|
|||
|
|||
Thanks
|
#4
|
|||
|
|||
I tried this on 4.1.7 and it did not work. Is there something special that needs to be done for this version? Thanks
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|