Cleaning up footer and positioning

This is a discussion on "Cleaning up footer and positioning" within the Web Page Design section. This forum, and the thread "Cleaning up footer and positioning are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 13th, 2007, 12:51
New Member
Join Date: Jul 2007
Location: UK
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Cleaning up footer and positioning

Hi all,

I am trying to get the good old footer to always sit on the bottom of the browser and get pushed down when items in the 'centrecontent' overflow down the page. It also needs 'cleaning up' as on certain browsers there is a gap betwen the footer and the bottom of the browser (IE).

I have attached the file in its entirety so please pull it apart as I have been meddling with this for over a week now and yet feel it is oh so simple.....

Many thanks,


G
Attached Files
File Type: htm index7.htm (4.9 KB, 16 views)
Reply With Quote

  #2 (permalink)  
Old Aug 13th, 2007, 12:55
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

Have you tried Sticky Footer?
Reply With Quote
  #3 (permalink)  
Old Aug 13th, 2007, 13:21
New Member
Join Date: Jul 2007
Location: UK
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

Hi,

I have had a look at this already and can't seem to integrate, it does look incredibly simple though....

Thanks,

G
Reply With Quote
  #4 (permalink)  
Old Aug 13th, 2007, 13:41
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: Cleaning up footer and positioning

Hey where this is in your code
Code: Select all
 <div id="clearfooter">
<div id="footer" style="position: absolute; bottom: 0px; top: 607px; visibility:visible">
<ul id="footerlist">
    <font color="#4E261B">
    <f href="test1.htm" title="Terms and Conditions |">Terms and Conditions |</f>
    <f href="test2.htm" title="Advertise  |"> Advertise  |</f>
    <f href="test3.htm" title="FAQ's |">FAQ's |</f> 
    <f href="test1.htm" title="Site Map |">Site Map |</f> 
    <f href="test1.htm" title="Wedding Hair |">Wedding Hair |</f> 
    <f href="test1.htm" title="Wedding Makeup |">Wedding Makeup |</f>
    <f href="test1.htm" title="Wedding Beautician">Wedding Beautician |</f>
    </font>
    </ul>
  <p></p>

</div>
Change it to this
Code: Select all
 <div id="clearfooter">
<div id="footer" style="height: 4em;">
<ul id="footerlist">
    <font color="#4E261B">
    <f href="test1.htm" title="Terms and Conditions |">Terms and Conditions |</f>
    <f href="test2.htm" title="Advertise  |"> Advertise  |</f>
    <f href="test3.htm" title="FAQ's |">FAQ's |</f> 
    <f href="test1.htm" title="Site Map |">Site Map |</f> 
    <f href="test1.htm" title="Wedding Hair |">Wedding Hair |</f> 
    <f href="test1.htm" title="Wedding Makeup |">Wedding Makeup |</f>
    <f href="test1.htm" title="Wedding Beautician">Wedding Beautician |</f>
    </font>
    </ul>
  <p></p>
Wayne

Last edited by karinne; Aug 13th, 2007 at 13:44. Reason: Please use [ code ]...[ /code ] tags when displaying code.
Reply With Quote
  #5 (permalink)  
Old Aug 13th, 2007, 13:43
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

And what the heck is the f element!?!?

It should be a

And the font element is deprecated
Reply With Quote
  #6 (permalink)  
Old Aug 13th, 2007, 13:45
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: Cleaning up footer and positioning

karinne has a point it should be <a href="">, I should have picked up on that!
Reply With Quote
  #7 (permalink)  
Old Aug 13th, 2007, 14:03
New Member
Join Date: Jul 2007
Location: UK
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

Ok, I have made the changes you guys have suggested, but I am finding still that the centre content goes down my page and the footer stays where it is, the centrecontent just carrying on down the page behind it...

Any ideas?

Thanks,

G

Last edited by genista; Aug 13th, 2007 at 14:07. Reason: Tested it and not working
Reply With Quote
  #8 (permalink)  
Old Aug 14th, 2007, 13:30
New Member
Join Date: Jul 2007
Location: UK
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

Ok, I have done some cleaning up and now have this, but still no joy with the footer, any ideas?

Thanks,


G
Attached Files
File Type: htm index7.htm (5.2 KB, 11 views)
Reply With Quote
  #9 (permalink)  
Old Aug 14th, 2007, 13:56
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: Cleaning up footer and positioning

I don't understand what is wrong with the footer it stand at the bottom of the browser like you want it to.
Reply With Quote
  #10 (permalink)  
Old Aug 14th, 2007, 14:25
New Member
Join Date: Jul 2007
Location: UK
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cleaning up footer and positioning

The problem is if you add content to the centrecontent part it will not push the footer down, the footer remains where it is in the page and the text scrolls down behind it.
Reply With Quote
  #11 (permalink)  
Old Aug 14th, 2007, 14:28
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: Cleaning up footer and positioning

I am affraid that I don't have a clue then, you might be able to acheive what you are looking for by using javascript!
Reply With Quote
Reply

Tags
footer

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] footer positioning danny322 Web Page Design 3 Nov 12th, 2007 10:30
London Dry Cleaning Company spinal007 Free Web Site Critique 19 Sep 17th, 2007 11:39
Positioning a footer at the bottom of the screen apod Web Page Design 1 Oct 8th, 2006 10:04
History cleaning development joachim shotter Job Opportunities 1 Oct 30th, 2005 11:20
Cleaning code... courtjester Classic ASP 3 Jul 6th, 2004 06:14


All times are GMT. The time now is 19:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43