The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image positioning.
In the line of code below, how do I configure it so that the image in the code (top-bar.png) is centered and is vertically topped?
Code:
.top-bar {background: url({vb:stylevar imgdir_misc}/top-bar.png) no-repeat; height: 46px; margin-bottom: 18px;} |
#2
|
|||
|
|||
Try
Code:
.top-bar {background: url({vb:stylevar imgdir_misc}/top-bar.png) no-repeat; height: 46px; margin-bottom: 18px;align: center;} |
#3
|
|||
|
|||
Quote:
Thanks though. |
#4
|
|||
|
|||
Any chance of getting a link? I personally can't do crap (just don't know enough ccs yet) without a link to the page and my trusty firebug add-on for firefox
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|