CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 7th, 2013, 03:40 AM
aspuny aspuny is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 1 aspuny User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 3 sec
Reputation Power: 0
Footer expands on Chrome

My footer works fine and on place on Explorer, but when it comes to chrome, it expands as showing in the attached photo.

http://postimage.org/image/f88z4y4m1/

How can I eliminate this white space under my footer?

Here is my CSS sheet:

Code:
*{
margin:0px;
padding:0px;
}
img{border:0px}
html{
width:100%;
height:100%;
background-color:#163039;
}

body{
width:1000px;
height:100%;
position:relative;
margin:0 auto;
background-image:url(imgs/bg.gif);
background-position:top left;
background-repeat:repeat-y;
}

html > body{
height:auto;
min-height:100%;
}

#header{
width:1000px;
background-image:url(imgs/header_bg_2.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:301px 0 96px 0
}
.logo{
position:absolute;
top:190px;
left:155px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959
}
#content{
width:900px;
padding:0 0 50px 50px;
overflow:hidden;
}
fieldset
{
    width:170px;
    height: 100px;
    padding:5px;
}
#footer
{

background-image:url(imgs/footer_bg.jpg);

}
#footer p{

padding:40px;
}
#lbg 
{
    width:300px;
    background-color:#25383C;
    color:White;
}

Reply With Quote
  #2  
Old January 7th, 2013, 11:44 AM
DonR DonR is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2009
Posts: 460 DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)DonR User rank is Captain (20000 - 30000 Reputation Level)  Folding Points: 29722 Folding Title: Starter FolderFolding Points: 29722 Folding Title: Starter Folder
Time spent in forums: 2 Weeks 1 Day 21 h 57 m 10 sec
Reputation Power: 216
without any other info to go on [no html posted] my guess would be the 40px padding you have set for #footer p element.

Reply With Quote
  #3  
Old January 9th, 2013, 01:06 AM
nancy29 nancy29 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Location: London
Posts: 7 nancy29 New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 1 h 4 m 40 sec
Reputation Power: 0
Quote:
Originally Posted by aspuny
How can I eliminate this white space under my footer?


seems the 40px padding in the footer could be the problem it has a background image as well. remove the padding to see if it works

Last edited by Kravvitz : January 9th, 2013 at 02:38 PM. Reason: must we quote the whole post? :p

Reply With Quote
  #4  
Old January 9th, 2013, 01:13 AM
nancy29 nancy29 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Location: London
Posts: 7 nancy29 New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 1 h 4 m 40 sec
Reputation Power: 0
it could also be possible that you have created some div which you have not mentioned here

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Footer expands on Chrome

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap