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)
-   -   Image Sticky Footer (https://vborg.vbsupport.ru/showthread.php?t=284184)

Irishnotsane 06-08-2012 10:43 PM

Image Sticky Footer
 
Hi, I'm trying to place an image in the background that is fixed at the bottom of the screen and also repeated horizontally, though I can't seem to figure out how to do it despite my many failed attempts.

Any help would be great, thanks!

--------------- Added [DATE]1339205565[/DATE] at [TIME]1339205565[/TIME] ---------------

So far I have:

Quote:

#cloud {
height: 179px;
background-attachment:fixed;
background: url(cloud.png);
}
But it's not fixed at the bottom of the screen like I want it to. I did get it fixed once before but I messed it up again. However when it was fixed, it was showing ABOVE the forum and I want it to show behind the forum.

JacquiiDesigns 06-10-2012 04:43 PM

Try adding:

Code:

background-position: bottom center;
background-repeat: repeat-x;

HTH ;)

J.

Irishnotsane 06-10-2012 10:18 PM

Thanks for the reply

I couldn't get it how I wanted, no matter how I did it.
So instead I created a large BG image and added:

Quote:

margin: 0px;
padding: 0px;
align: bottom;
bottom:auto;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom;


All times are GMT. The time now is 10:29 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.00931 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
  • (2)bbcode_quote_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