The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
What about the wrapper I mentioned? If you want to contain the background to only the area covered by the header and down to the footer, then the HTML and BODY areas are out of the equation. But first let me explain something about the boxes you put your CSS into in the Style Manager.
The BODY area of the Style Manager already has a place to put the background CSS - don't duplicate it by adding: Code:
background: #xxyyzz url(images/misc/image.gif) top center repeat-y The CSS MIGHT look like this: Code:
#wrapper {background: #xxyyzz url(images/misc/image.gif) top center repeat-y;} #shadow-bot {width: nnnpx; height: nnpx; padding: 0; margin: 0 auto;} HTML Code:
<div id="wrapper"> the area of your forum that is "wrapped" in the shadow sides goes here </div> <div id="shadow-bot"><img src="path-to-forum/images/misc/image.gif" alt="" /></div> Caveat: I don't have a link to your forum to check what's what. Besides, this is a lot of work I have spent a number of years trying to learn how to do. Beyond this kind of help here in the forum, you may want to hire someone to do this for you, or continue to do a lot of research and trial and error to get it the way you want. R'gards, Jim |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|