The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
|
![]() |
|
|