vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Problem with background (https://vborg.vbsupport.ru/showthread.php?t=88156)

Zlaxzzor 01-24-2004 09:58 PM

Problem with background
 
Ok, so I have a style with a really strange problem. I'm using a background with some css attributes that makes it (should make it anyway) so the background doesn't "loop" and so that it's fixed at a certain spot. This works just fine at the forum index and when you are looking in a forum, but when you are reading a thread it's very strange. I'm attaching 3 images, the first 2 are how it's supposed to be (and how it is at index and in forums) and the third one is the really strange viewthread one.

The ccs I'm using for this background right now is:
Code:

background-image: url("body_bg.jpg");
background-repeat: no-repeat ;

and that is under "Page Background" in the "Extra css attributes" textbox.

Please help me out with this, what I need to know is how to get the background at the viewthread page to not loop all the time when a new table (post) begins.

Index
http://www.bfcentral.se/crew/zlaxzzor/index.jpg

Forum
http://www.bfcentral.se/crew/zlaxzzor/forum.jpg

Thread
http://www.bfcentral.se/crew/zlaxzzor/thread.jpg

Oh, and btw... I'm using RC2. Thanks in advance!

Zachery 01-25-2004 03:24 AM

lets try

background-image: url(body_bg.jpg);
background-repeat: no-repeat ;

Zlaxzzor 01-25-2004 07:39 AM

Quote:

Originally Posted by Faranth
lets try

background-image: url(body_bg.jpg);
background-repeat: no-repeat ;

that didn't make any difference :/

Zachery 01-25-2004 07:48 AM

dont put it in the extra CSS area add it to the body css in its extra CSS definition area


All times are GMT. The time now is 06:09 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.01488 seconds
  • Memory Usage 1,713KB
  • 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
  • (4)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