vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   background (https://vborg.vbsupport.ru/showthread.php?t=122501)

aceofspades 07-29-2006 06:12 PM

background
 
How do i give a background to my forum like they have done on this page:

http://www.clantemplates.com/renders/gallery/

Any help would be very appreciated!

James

aceofspades 07-30-2006 09:22 PM

Bump : /

davidw 07-30-2006 10:16 PM

Offhand, usually something like that would be in the <body> tag. <body background=""> I guess it would have to depend on CSS for a certain style or possibly in a table somewhere.

Princeton 07-31-2006 06:00 PM

yep, just add it to your body CSS declaration within the STYLE MANAGER

in the "background" field enter something like:
Code:

#ffffff url(/image/goes/here.jpg) top repeat-x)
change the value of #ffffff
change the image url
additional "background" options:
  • scroll
  • fixed
  • top left
  • top center
  • top right
  • center left
  • center center
  • center right
  • bottom left
  • bottom center
  • bottom right
  • x-% y-%
  • repeat
  • repeat-x
  • repeat-y
  • no-repeat

Mathiau 08-15-2006 04:11 PM

So is this under style manager / default style / Main CSS / Body

and under the background i put in that code?

i tried that myself and it just makes te background all white, but doesnt show the image and i have confirmed the image link is correct.

peterska2 08-15-2006 04:43 PM

can you post the exact code that you have used please :)

vtx1800 08-25-2006 05:18 AM

In the Main CSS of the skin, you will find "Extra CSS Attributes". The top option is the "Body" One example I have is this:

Code:

background:url('http://yourdomain.com/urbanchaos.ps2/bg.gif') fixed;
Code used in this url: http://forums.gamebattles.com/f/948.html

peterska2 08-25-2006 01:36 PM

ok, just successfully done this via a quick port of a vB2 version I did for someone else the other week.

In the body section

locate the background box and add the url of the image so that it is in the following format
Code:

#E1E1E2 url(images/background13.jpg)
In the extra CSS attributes box place
Code:

background-attachment:fixed
You may wish for your page background to be transparent, so just delete the background from there.

That's it, you now have a fixed background.


All times are GMT. The time now is 09:17 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.00978 seconds
  • Memory Usage 1,724KB
  • 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
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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