Current location: Hot Scripts Forums » General Web Coding » CSS » Making footer to work on the bottom of browser?


Making footer to work on the bottom of browser?

Reply
  #1 (permalink)  
Old 08-07-06, 04:06 PM
Lucas Lucas is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Mission, Texas
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Making footer to work on the bottom of browser?

Does anyone know how to make the footer I will show you as it is showing there? We made it work on firefox and opera but on IE the footer wouldn't appear. I don't have the code here, so if you could provide me with a working code, I would really appriciate it.

http://img405.imageshack.us/my.php?image=footerzf1.jpg
Reply With Quote
  #2 (permalink)  
Old 08-08-06, 04:53 PM
jfulton's Avatar
jfulton jfulton is offline
Community VIP
 
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
I can't really tell what the image is supposed to be showing. Could you post your code and tell us what you want the footer to do? (ie. should it just go to the bottom of the page, should it be fixed at the bottom of the browser window, etc.)
Reply With Quote
  #3 (permalink)  
Old 08-13-06, 04:16 AM
GoldenDragon's Avatar
GoldenDragon GoldenDragon is offline
Newbie Coder
 
Join Date: Jul 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
If it should stick on the bottom of the page and something that has top margin <p> for e.g. Then you should do like this:
Code:
p{
margin-top: 0;
margin-bottom: (margin);
}
Or like this:
Code:
p.footerp{
margin: 0;
}
That is the problem in most cases (IE displays top margin for p other browsers display bottom margin).
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Art Nexus seeking PHP programmers TheArtNexus Job Offers & Assistance 5 02-26-08 03:08 AM
The footer doesn't work xxvatarxx CSS 1 10-11-05 08:14 PM
making my language selector work darkcarnival PHP 2 02-24-05 08:48 PM
Work From making Home crafts. It's fun, it's easy, and it's simple. bacpro General Advertisements 0 10-03-04 09:35 AM
Making Linkers Work - I Hate Golfing Matt Tober C/C++ 1 02-19-04 07:59 AM


All times are GMT -5. The time now is 01:52 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.