The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Background Image
Hey guys,
Sorry if this is in the wrong section but this has been driving me mad going around all threads that could remotely help only for nothing to happen or for it to disappear completely. I am trying to put an image background in the doc_background stylevar to have it appear behind everything else. Usually I would just use a colour but am trying to have it match our wp installation which has this as its background image. Anyway the picture I have is attached (sorry way too big to post) I would like it to cover the background - so no matter how big the screen is, or how much they scroll that is still in the background and in perfect position. I have attempted codes along the line of: Code:
body { background: url(http://www.abod.faith/wp-content/uploads/2018/05/abod_background-1.png) no-repeat center center fixed !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; } I know vB4 is EOL and many have moved onto other things but I would appreciate if anyone here was able to help me get this working properly. Forum URL here Thank you all in advance EDITED TO ADD PICTURE AS ATTACHMENT |
#2
|
|||
|
|||
Code:
Old: background: url(http://www.abod.faith/wp-content/uploads/2018/05/abod_background-1.png) New: background-image: url("http://www.abod.faith/wp-content/uploads/2018/05/abod_background-1.png") |
Благодарность от: | ||
MarkFL |
#3
|
||||
|
||||
Try adding transparent in the background property e.g.
background: transparent url(http://www.abod.faith/wp-content/uploads/..... and see if it helps |
Благодарность от: | ||
MarkFL |
#4
|
|||
|
|||
Thank you both so much - I had tried both those things yesterday and they didn't work however they work today... must have been a cache problem with my site or something.
I really appreciate both of you taking the time to assist it is greatly appreciated. |
Благодарность от: | ||
MarkFL |
#5
|
|||
|
|||
your welcome
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|