View Full Version : Background! Help plz
BLacK_WaRZ
05-15-2011, 10:03 AM
Hi,
when i change the background pic of my vb4.0.x
it dosen`t show stretch or fill! on my laptop i see the image like it have been zoomed in -
in my computer i see it good but in the right side it become black!
waht i mean it dosen`t resize it self according to the visitors computer or
laptop screen!
if u need a link or screen shots PM me >
Anyone can help?!
bela-meaad
05-15-2011, 04:26 PM
Can we get a link?
HMBeaty
05-15-2011, 04:46 PM
I'm looking for something similar as well (https://vborg.vbsupport.ru/showthread.php?t=263636)
Xtrato
05-15-2011, 05:19 PM
a ss..link or whatever would be helpful... no pvt messages..
HMBeaty
05-15-2011, 05:25 PM
Link is in my signature. Full bg image should look like: http://www.usmilitarylife.com/images/motivational/military2.jpg
BLacK_WaRZ
05-16-2011, 09:41 AM
Anyone can help?!
Xtrato
05-16-2011, 01:12 PM
Link is in my signature. Full bg image should look like: http://www.usmilitarylife.com/images/motivational/military2.jpg
you can do something like:
background: url(bg.gif) no-repeat top right #131D2F;
the problem is that its just an "image" and not a background , so it will obviously get chopped off,unless you edit it with Photoshop and somehow make it blend into the Background color... which shouldn't be hard... or you can have static background , where it never moves .. but you still need left and right to blend into bg so it doesn't chop off... you can get background properties here: http://www.w3schools.com/css/pr_background-position.asp
but as i said, you will need some editing for the background image so it transitions smoothly from the background color to the actual image ..
BLacK_WaRZ
05-16-2011, 02:50 PM
Thanks i just found the codes i was looking for :)
html {
background-attachment: none;
background-clip: border-box;
background-color: #000000;
background-image: url(http://www.future-nation.com/images/bg-body-intel.jpg);
background-origin: ;
background-position: 0 0;
background-repeat: none;
background-size: 100% 100%;
}
sivaganeshk
05-22-2011, 06:17 AM
Where to add this code ??
BLacK_WaRZ
05-22-2011, 09:23 AM
additional.css
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.