This is a discussion on "Making a footer stick to the bottom" within the Web Page Design section. This forum, and the thread "Making a footer stick to the bottom are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Making a footer stick to the bottom
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Making a footer stick to the bottom
Hi All,
I'm trying to get CSS to make my footer stick to the bottom of the page. I've found some CSS help online and have been testing it, but it seems to be just sticking to the bottom of the browser window and not the page. At least in some browsers. Some it works fine, others it doesn't. Here is the page: LINK Any advice? Any help would be great. Thanks! |
|
|
|
|||
|
Re: Making a footer stick to the bottom
Post your page code or a link
|
|
|||
|
Re: Making a footer stick to the bottom
Quote:
|
|
|||
|
Re: Making a footer stick to the bottom
Its broken in firefox. i think you need to put
html { height: 100%; } and take it out of the body tag. |
|
|||
|
Re: Making a footer stick to the bottom
Quote:
|
|
||||
|
Re: Making a footer stick to the bottom
#footer
{ /*position: relative; margin-top: -30px;*/ clear: both; text-align: center; } |
|
|||
|
Re: Making a footer stick to the bottom
Quote:
|
![]() |
| Tags |
| making, footer, stick, bottom |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Footer directly aligned to bottom | thewebkid | Web Page Design | 2 | Dec 25th, 2007 21:36 |
| Problems making horizontal footer with 2 lines... | MikeTheVike | Web Page Design | 6 | Jul 13th, 2007 13:06 |
| Positioning a footer at the bottom of the screen | apod | Web Page Design | 1 | Oct 8th, 2006 10:04 |
| Background image overlaping footer image at bottom of div | lw_d | Web Page Design | 4 | Mar 21st, 2006 00:27 |
| Making a rollover stick when clicked | map4202003 | Web Page Design | 4 | Apr 7th, 2004 07:26 |