The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a centered banner header at http://www.5thgen.org
Anybody know what HTML I would use to display a repeating background gradient behind the banner so that it looks solid all the way across? I have the gradient image already. |
#2
|
||||
|
||||
![]()
style="background: url('/path/to/image.gif') repeat-x; width: 100%;"
|
#3
|
|||
|
|||
![]()
What am I doing wrong?
header template: Quote:
Quote:
|
#4
|
||||
|
||||
![]()
Try something like this:
HTML Code:
<div align="center" class="fluidheader"> <a href="index.php"><img src="http://www.5thgen.org/forum/images/misc/5thgenlogo.gif" border="0" alt="5thgen.org Camaro Forums" /></a> </div> Code:
.fluidheader { width: 100%; background: url('/forum/images/misc/5thgenlogogradient.gif') repeat-x; } |
#5
|
|||
|
|||
![]()
Got it! Thanks.
it was looking for the /forum on the front of the path in the CSS piece. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|