Reply
Footer jumping up top
Old 02-28-2007, 08:37 AM Footer jumping up top----SOLVED
Average Talker

Posts: 15
Name: Bradley
I have a web page started at http://newflorida.auctioncms.com and i have a problem with the footer going to the top of the page i think it is a syntax error but i have looked at it and dont see anything wrong.

thanks
brad

Last edited by bean1620 : 03-01-2007 at 01:58 PM.
bean1620 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 02-28-2007, 09:38 AM Re: Footer jumping up top
Angelosanto's Avatar
Ultra Talker

Posts: 440
Name: Danny Angelosanto
I think you need to create a new 'div' class for your footer and use 'position:absolute' to get it back to the bottom
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 02-28-2007, 10:17 AM Re: Footer jumping up top
Average Talker

Posts: 15
Name: Bradley
I added this entry to my css file

#footer {
position:absolute;
bottom;0;
}

I added <div id="footer"> to the code above the footer I thought this would place the code at the bottom but it didn't
bean1620 is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 12:41 PM Re: Footer jumping up top
Tom_M's Avatar
Ultra Talker

Posts: 251
Name: Tom Maurer
Location: Pennslvania, USA
I don't see any divisions? Just tables? Heck there isn't anything named #footer? Maybe i'm just dense...

Anyway, you might also want to check your page in IE. Some very big differences in Firefox and IE.
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 02:58 PM Re: Footer jumping up top
taketherisk's Avatar
Skilled Talker

Posts: 88
Name: Brett
Location: New Zealand
Hi bean,

Try this code:

#footer {
clear: both;
}

Or it might be:

#footerb {
clear: both;
}

Hope this helps, good luck.

-Brett
__________________
My Sites:
Free Domain Names
Free Web Hosting
taketherisk is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 03:01 PM Re: Footer jumping up top
LadynRed's Avatar
Super Moderator

Posts: 6,731
Location: Tennessee
Position: absolute is NOT the best solution in most cases.

As Tom pointed out, it's a mess of tables and that will compound your problems. Why use <divs> at all if you're going to stick everything in a table ?
The position:absolute has NOT solved the layout problem in FF, your footer is still out of whack. It it definitely a train wreck in IE.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 03:25 PM Re: Footer jumping up top
Average Talker

Posts: 15
Name: Bradley
taketherisk-

I placed the clear code in my css, was that in addiction to the absolute position or was it instead of.

ladynred-
I am still no good enough to get rid of tables i just added the div around the table to make the css work i still need to read more on css
and if absolute position is not the right way to go how which way would you perfer?

thanks

Last edited by bean1620 : 02-28-2007 at 03:38 PM.
bean1620 is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 05:35 PM Re: Footer jumping up top
LadynRed's Avatar
Super Moderator

Posts: 6,731
Location: Tennessee
Use the normal document flow. If you're using floats, make sure those floats are CLEARED properly, which I suspect is what the problem with your footer is. Just putting 'clear:both' on the #footerb probably isn't going to do it either.

http://css-discuss.incutio.com/?page=FloatLayouts

http://css-discuss.incutio.com/?page=ClearingSpace
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-01-2007, 10:46 AM Re: Footer jumping up top
Average Talker

Posts: 15
Name: Bradley
Ive tried to add one of the solutions given and it seems to be helping the footer is in the right spot just that it is still over the bottom of the page im wondering if i put the <div class="spacer"></div> in the right spot. is it supposed to be put after what your trying to clear?

I am having a problem with my corners lining up with my image's there is a small white line in between it. I have been changing my widths of my tables cause i think that had something to do with it. Could this be the problem with my footer?

thanks
bean1620 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Footer jumping up top
 

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

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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


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

 


Page generated in 1.01448 seconds with 12 queries