vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Background! Help plz (https://vborg.vbsupport.ru/showthread.php?t=263673)

BLacK_WaRZ 05-15-2011 11:03 AM

Background! Help plz
 
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 05:26 PM

Can we get a link?

HMBeaty 05-15-2011 05:46 PM

I'm looking for something similar as well (https://vborg.vbsupport.ru/showthread.php?t=263636)

Xtrato 05-15-2011 06:19 PM

a ss..link or whatever would be helpful... no pvt messages..

HMBeaty 05-15-2011 06:25 PM

Link is in my signature. Full bg image should look like: http://www.usmilitarylife.com/images.../military2.jpg

BLacK_WaRZ 05-16-2011 10:41 AM

Anyone can help?!

Xtrato 05-16-2011 02:12 PM

Quote:

Originally Posted by HMBeaty (Post 2196057)
Link is in my signature. Full bg image should look like: http://www.usmilitarylife.com/images.../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 03:50 PM

Thanks i just found the codes i was looking for :)
Code:

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 07:17 AM

Where to add this code ??

BLacK_WaRZ 05-22-2011 10:23 AM

additional.css


All times are GMT. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01006 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete