Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Firefox error on footer need help
Old 05-14-2006, 01:11 PM Firefox error on footer need help
Ultra Talker

Latest Blog Post:
religion
Posts: 359
Trades: 0
Hi i have an error with my pages of my new site in firefox the footer in IE will stay at the bottom of the page when the page expands to display dontent but with firefox the footer remains in the same position and will not move to the bottom of the page so all me content goes over the footer what can i do to fix this problem.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
,


Please login or register to view this content. Registration is FREE
SimpleLance.Com is offline
Reply With Quote
View Public Profile Visit SimpleLance.Com's homepage!
 
 
Register now for full access!
Old 05-14-2006, 03:21 PM Re: Firefox error on footer need help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I guess you have it positioned absolute at the bottom. Problem is absolute bottom doesn't mean bottom of the content, it is the bottom of the viewport which is determined by the height of the display area in the browser window.

If you want it to be at the bottom of the longest element on the page, code it immediately before the closing body tag and use position: relative & clear: both in the footer style.
This will make it be pushed down after all other elements.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-14-2006, 07:40 PM Re: Firefox error on footer need help
Ultra Talker

Latest Blog Post:
religion
Posts: 359
Trades: 0
Hi i did that and it did not work for the footer to set below all elements what else could be causing this problem
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
,


Please login or register to view this content. Registration is FREE
SimpleLance.Com is offline
Reply With Quote
View Public Profile Visit SimpleLance.Com's homepage!
 
Old 05-14-2006, 08:37 PM Re: Firefox error on footer need help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Can you post a link to the site or some code?
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-15-2006, 09:37 AM Re: Firefox error on footer need help
Ultra Talker

Latest Blog Post:
religion
Posts: 359
Trades: 0
You can see with the below url in IE its fine but not in firefox


http://www.simplelance.com/cgi-bin/f...gi?new=project
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
,


Please login or register to view this content. Registration is FREE
SimpleLance.Com is offline
Reply With Quote
View Public Profile Visit SimpleLance.Com's homepage!
 
Old 05-15-2006, 05:52 PM Re: Firefox error on footer need help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
It doesn't look like an easy fix. I think the problem is that the element containing the footer is the body itself (at least I think it was). Since you've positioned the bodywrap div it's been taken out of the normal document flow so the bottom of the document isn't quite where you think it is.

I think the easiest thing for positioning will be to add the footer inside the bodywrap div. You'll probably have difficulty though getting to be 100% of the width of the browser window if you do though.

If keeping the width of the footer 100% of the window is important then I think you may need to do some restructuring of the html to get it to work the way you want.

The main problem though is you've taken the content that is controlling the height of the page out of the body itself so as far as the document is concerned the footer is sitting at the bottom of it's containing element which is the body.

I wrote an article on my blog about creating a 2 column css layout that's very similar to the look you're after. It's not exactly what you want since in mine the header would be the same width as the footer as are the overalll width of the columns. It might be a good starting point for the structure though and it doesn explain the document flow issue a little more I think.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Firefox error on footer need help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51846 seconds with 12 queries