Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML > CSS
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Reply
 
Thread Tools Search this Thread Display Modes
Old 02-20-2008, 08:50 PM   #1
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 97
jperezmt is on a distinguished road
Default Footer at Bottom

I looked and tried so many solutions but for some reason this is not working for me.

http://developer.surefirewebservices.com

I can't get the damn footer to stay at the bottom.

If you have the web developer plugin for firefox you can see the css and the source code, if not I'll just place a snippet:

#Navigation_100 {
width:100%;
height:55px;
background:url(/images/Nav_BG.gif) repeat-x;
position:absolute;
top:0px;
}


#header_100 {
position:absolute;
top: 55px;
width:100%;
background:url(/images/Header_BG.gif) top repeat-x;
height:194px;
}
#header_arrow { bottom:1px; position:relative; }


#body_100 {
width:100%;
position:absolute;
top:249px;
}
#body_left { width:615px; float:left; }
#body_right { width:309px; float:right; }

#footer_100 {
width:100%;
position:absolute;
bottom:0px;
background:url(/images/footer_bg.gif) top repeat-x #000;
height:183px;
}

#Navigation_Fixed, #header_Fixed, #body_fixed, #footer_fixed {
width:924px;
margin:0 auto;
position:relative;
}

#body_fixed, #body_100, #body_left, #body_right { margin-bottom:-183px;
padding-bottom:-183px;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}





I Need Help!!!!!! Thanks!

Also, It is a 2 colum layout so I'd like the footer to keep moving down if text is added to either column.
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 02-21-2008, 04:45 AM   #2
Bagi Zoltán
iWEBTOOL Moderator
 Contributor 
 
Bagi Zoltán's Avatar
 
Join Date: Aug 2006
Location: Hungary
Posts: 1,844
Bagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of light
Default Re: Footer at Bottom

Please try with this

Code:
#footer_100 { width:100%; background:url(/images/footer_bg.gif) top repeat-x #000; height:183px; }

and insert this <div style="clear:both"></div> above this <div id="footer_100">
__________________
Time may come when you will need an excellent eCommerce shopping cart software
free seo related web directory online marketing Free shopping cart
Bagi Zoltán is offline   Reply With Quote
Old 02-21-2008, 01:26 PM   #3
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 97
jperezmt is on a distinguished road
Default Re: Footer at Bottom

=( It didn't work
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
Old 02-21-2008, 04:13 PM   #4
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 97
jperezmt is on a distinguished road
Default Re: Footer at Bottom

This div height stuff is a headache. Not only can't I put the footer on the bottom, but I'm also trying to make my content box stretch vertically with the content, but the side divs don't stretch with it!!!!!!!

Argh, ANYONE ANY SOLUTION WOULD BE GREAT!!!!!!
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
Old 02-21-2008, 07:52 PM   #5
jperezmt
Junior Member
 
jperezmt's Avatar
 
Join Date: Apr 2007
Posts: 97
jperezmt is on a distinguished road
Default Re: Footer at Bottom

I did IT!!!!!

I don't know how but holy crap!, it works in IE and FireFox. Check out the code:

html, body { background-color: #f8f7e9; height:100%; }

#container { width:100%; position:relative; top: 0px; left: 0px; border:0px; height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
#body_fixed {
height:auto !important;
height:100%;
min-height:100%;

}
#footer_100 {
width:100%;
background:url(/images/footer_bg.gif) top repeat-x #000;
height:183px;
position:relative;
bottom:0px;
left: 0px;
margin-top:15px;
_padding-top:15px;
}


And I have a container div wrapped around everything. It's displaying perfect. I understood why to use the negative margin but, I didn't and I don't know why this works. If anyone has any insight!! I'm just happy now!
__________________
Build Your Web Presence
jperezmt is offline   Reply With Quote
Old 02-25-2008, 10:16 PM   #6
fpforum
Junior Member
 
fpforum's Avatar
 
Join Date: Feb 2008
Location: Tx, USA
Posts: 55
fpforum is on a distinguished road
Default Re: Footer at Bottom

Quote:
Originally Posted by jperezmt View Post
I did IT!!!!!

I don't know how but holy crap!, it works in IE and FireFox. Check out the code:

html, body { background-color: #f8f7e9; height:100%; }

#container { width:100%; position:relative; top: 0px; left: 0px; border:0px; height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
#body_fixed {
height:auto !important;
height:100%;
min-height:100%;

}
#footer_100 {
width:100%;
background:url(/images/footer_bg.gif) top repeat-x #000;
height:183px;
position:relative;
bottom:0px;
left: 0px;
margin-top:15px;
_padding-top:15px;
}


And I have a container div wrapped around everything. It's displaying perfect. I understood why to use the negative margin but, I didn't and I don't know why this works. If anyone has any insight!! I'm just happy now!

congrats! CSS code looks good, and figuring it out on your own will help you more in the long run
__________________
Easy Web Hosting - Shared web hosting packages starting at just $1.49 per month!
fpforum is offline   Reply With Quote
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Reply



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footer link on directory. shenuke Links for Sale 0 07-21-2007 10:48 AM
PR4 Sitewide Footer Text Link midlandi Links for Sale 5 05-11-2007 02:59 PM
Sitewide Directory Footer Pr4/5 midlandi Links for Sale 1 04-07-2007 02:39 PM
open office: 1. how to set labels bottom margin? 2. how to set all labels to be right asde General Talk 0 03-22-2007 09:02 PM
Footer Text Links and Header Banners Auction Express Links for Sale 0 10-12-2006 07:39 AM


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


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.