[SOLVED] Background Image wont be at bottom

This is a discussion on "[SOLVED] Background Image wont be at bottom" within the Web Page Design section. This forum, and the thread "[SOLVED] Background Image wont be at bottom are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 6th, 2007, 03:21
New Member
Join Date: Aug 2007
Location: NC
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Background Image wont be at bottom

Please someone help me

In IE its fine but in Firefox my background image will not be at the bottom of the page for some reason. If you have to scroll down at all, you see whitespace outside of the container div, not the bottom of the background image. It will basically put the bottom of the image at the initial bottom of the window instead of wherever the bottom is once you have scrolled down all the way.

Code: Select all
html, body {
 height:100%;
}
body {
 background: url(Images/citybackground.jpg) bottom;
 background-repeat: no-repeat;
 text-align:center;
 margin:auto;
 min-height:100%;
 font-family:arial;
 font-weight:bold;
}
#container {
 width:750px;
 margin: auto;
}
and my main content columns are 600px in height so it makes it so you have to scroll down
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 6th, 2007, 07:05
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,795
Thanks: 0
Thanked 17 Times in 17 Posts
Re: [SOLVED] Background Image wont be at bottom

The thread is marked as Solved but there are no replys. Have you got this fixed, or was it a mistake?
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 6th, 2007, 08:25
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: [SOLVED] Background Image wont be at bottom

Why do we see this problem seems every day?
We should create some kind of CSS FAQ in here..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 6th, 2007, 12:47
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Background Image wont be at bottom

I'm trying to keep some of the FAQs for the Newsletter But ... there is a "beginner" FAQ as a sticky here. I really need to make a "intermediate" and "advanced" ones
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 7th, 2007, 00:06
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: [SOLVED] Background Image wont be at bottom

Yeah.. seems like a good one..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 7th, 2007, 15:18
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: [SOLVED] Background Image wont be at bottom

Uhh shall I post anywayz?
Code: Select all
body {
 background-image: url(Images/citybackground.jpg);
 background-repeat: no-repeat;
background-position: bottom;
 text-align:center;
 margin:auto;
 min-height:100%;
 font-family:arial;
 font-weight:bold;
}
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 8th, 2007, 22:53
New Member
Join Date: Aug 2007
Location: NC
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Background Image wont be at bottom

Ya I fixed it before anyone posted lol but now this bullshit activeX comes up on computers and wont show my banner unless you enable the blocked content. Any ideas how to get it to show?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 9th, 2007, 20:33
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,795
Thanks: 0
Thanked 17 Times in 17 Posts
Re: [SOLVED] Background Image wont be at bottom

ActiveX only normally shows up locally... If you try uploading, it will dissapear!
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] image background dab42pat Graphics and 3D 4 Jan 7th, 2008 03:50
[SOLVED] Background Image Help RZX Developer Web Page Design 4 Dec 12th, 2007 09:39
[SOLVED] div background image problem in ie Rincewind Web Page Design 7 Nov 30th, 2007 09:30
Repeating an image along the bottom of the page without setting it as background. imagius Web Page Design 9 Apr 27th, 2007 08:35
Background image overlaping footer image at bottom of div lw_d Web Page Design 4 Mar 21st, 2006 00:27


All times are GMT. The time now is 11:22.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42