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)
-   -   Forum Border images (https://vborg.vbsupport.ru/showthread.php?t=174510)

FUSE322 03-29-2008 03:56 PM

Forum Border images
 
OK guys I have a forum and im trying to run images down the left and right of the forum kinda like this http://www.nextgfx.com/forums/index.php?autocom=arcade

with that image that fades on the site Img(http://www.nextgfx.com/forums/style_...er/bg_main.gif)

I would like to do that to my site what code would I have to put in to get that image to run down my forums. I have already tried something like this

Code:

border-right: 1px solid #131313url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif);
border-left: 1px solid #131313 url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif);

in the page background Extra CSS Attributes

what would I need to do to get that image to repeat vertical down my page.

d4mo85 04-01-2008 06:51 AM

Hi all, first post here and hopefully I can be useful :)

Hi Fuse, recently figured this out for myself so see how you get on with it...

Go to the Main CSS for your forum style, look at the 'Body' section (at the top) and in 'Background' enter the following:

Code:

#131313 url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif); center repeat-y;
It worked for me and I hope it's what you're after :) Good luck!

SEOvB 04-01-2008 07:06 AM

view their background image and source it'll tell you how its done, theres no shame in that :)


All times are GMT. The time now is 09:07 AM.

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.01102 seconds
  • Memory Usage 1,712KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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