473,388 Members | 1,399 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Footer problem

Hi all,
Could I ask: how do I drop the footer below the content in, for example,
this page (and therefore the rest of the site where the problem arises):
www.nowpc.co.uk/error404.html
It seems such a simple problem, but any "solutions" I've tried so far have
all broken something else or simply not worked. I know you guys are busy,
but I would really appreciate any help on this. Thanks in advance.
Best regards,
Neil
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.779 / Virus Database: 526 - Release Date: 19/10/2004
Jul 21 '05 #1
6 2161
Quoth the raven NWhite:
Hi all,
Could I ask: how do I drop the footer below the content in, for example,
this page (and therefore the rest of the site where the problem arises):
www.nowpc.co.uk/error404.html
Maybe a { clear: both; } in your .footer style?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.779 / Virus Database: 526 - Release Date: 19/10/2004


Please don't include this false advertisement with your posts. Thanks.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #2
> Quoth the raven NWhite:
Could I ask: how do I drop the footer below the content in, for example,
this page (and therefore the rest of the site where the problem arises):
www.nowpc.co.uk/error404.html

Beauregard T. Shagnasty Maybe a { clear: both; } in your .footer style?
Thanks for your suggestion. Sadly, although I tried it, it didn't work in
Firefox, IE6, NS7, or Opera6. I also tried {clear: left} and {clear: right}.
No joy. :-(
Please don't include this false advertisement with your posts. Thanks.

Apologies. Hopefully fixed but we'll see when this post turns up on the
forums...
Jul 21 '05 #3
Quoth the raven NWhite:
Quoth the raven NWhite:
Could I ask: how do I drop the footer below the content in, for
example, this page (and therefore the rest of the site where
the problem arises): www.nowpc.co.uk/error404.html
Beauregard T. Shagnasty
Maybe a { clear: both; } in your .footer style?


Thanks for your suggestion. Sadly, although I tried it, it didn't
work in Firefox, IE6, NS7, or Opera6. I also tried {clear: left}
and {clear: right}. No joy. :-(


Since it seems to occur only on a short page, perhaps you could add:

<div class="footer" style="margin-top: 20em;">

...or whatever amount seems suitable?
Please don't include this false advertisement with your posts.
Thanks.


Apologies. Hopefully fixed but we'll see when this post turns up on
the forums...


Yep, it's gone. :-)

--
-bts
-This space intentionally left blank.
Jul 21 '05 #4
NWhite wrote:
Quoth the raven NWhite:
Could I ask: how do I drop the footer below the content in, for example,
this page (and therefore the rest of the site where the problem arises):
www.nowpc.co.uk/error404.html


I also tried {clear: left} and {clear: right}. No joy. :-(


Assuming you're trying to get the footer below the longest column...

The clear property would give you the desired results if you floated the
columns. But you've absolutely positioned them, so there isn't anything
you can do to get the footer consistently below the longest one. You
could always add left/right margins to the footer so at least it
wouldn't overlap the side columns.

BTW, there are a whole bunch of 3-column layout templates (with and
without footer) out there. There's no point in reinventing the wheel if
you don't really need to.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 21 '05 #5
I asked:
Could I ask: how do I drop the footer below the content in, for
example, this page (and therefore the rest of the site where
the problem arises): www.nowpc.co.uk/error404.html
Beauregard T. Shagnasty replied: Maybe a { clear: both; } in your .footer style?

I replied: Thanks for your suggestion. Sadly, although I tried it, it didn't
work in Firefox, IE6, NS7, or Opera6. I also tried {clear: left}
and {clear: right}. No joy. :-(

Beauregard T. Shagnasty replied: Since it seems to occur only on a short page, perhaps you could add:
<div class="footer" style="margin-top: 20em;">
..or whatever amount seems suitable?
I reply:
Thanks again. I think I know what you're getting at, but I can't be sure
what's suitable, so any top-margin efforts I've tried have ended up failing.
Something fluid is needed. Kchayka has mentioned using floats in his/her
reply, which I think I'll need to implement.

PS: Yep, it's gone. :-)

For good! Thanks for that.

Cheers Beauregard. Much appreciated.
Jul 21 '05 #6
I asked:
Could I ask: how do I drop the footer below the content in, for
example,
this page (and therefore the rest of the site where the problem
arises):
www.nowpc.co.uk/error404.html
And later said: I tried {clear: left} and {clear: right}. No joy. :-(

kchayka answered: Assuming you're trying to get the footer below the longest column...
The clear property would give you the desired results if you floated the
columns. But you've absolutely positioned them, so there isn't anything
you can do to get the footer consistently below the longest one. You
could always add left/right margins to the footer so at least it
wouldn't overlap the side columns. Thanks for your response, kchayka. It looks like you're right about using
floats. I'll rethink that method, though I turned to positioning originally
because floats are so reliant on HTML structure. For example, I'm not keen
on the "skip nav" link (however accepted it is) that float designs often
require.
BTW, there are a whole bunch of 3-column layout templates (with and
without footer) out there. There's no point in reinventing the wheel if
you don't really need to.

But I have no round web pages... ;-) Sorry...

Best regards,
Neil
Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

82
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | ...
7
by: Xavier Onassis | last post by:
I would be grateful for recommendations for a CSS layout (header, 2 cols, footer) that can accomodate dynamically added elements. I am not having any luck so far getting this to work in...
2
by: Galina | last post by:
Hello I have a report, which lists records. Each record has money paid field. Money paid can be 0 or not 0. I calculate and print summary of money for a group in the group footer, as well as...
9
by: tshad | last post by:
How do I find (and set) a couple of labels in the Footer after a DataGrid is filled? I have a bunch of DataGrids that get displayed nested inside a DataList. The datagrid looks like: ...
11
by: Grischa Brockhaus | last post by:
Hi, I'm trying to produce a div layout containing a header on the top with fixed height, a footer on the bottom using fixed height and a content layer using what's left of the browsers window. ...
26
by: pamelafluente | last post by:
Hi , I have a DIV element in a page with a lot of other stuff (the page can scroll several times) absolutely positioned: <div id="MyDIV" <br<brFooter </div> Just after the page load, I...
13
by: Greg | last post by:
Most suggestions on this topic recommend to use a page footer and make it visible only on the last page. My problem is that the footer is half of the height of a page which means the detail would...
5
by: Annie | last post by:
hello guys, I have a scenario that I am confused about ... I have a number of pages which are using a Master page ... Then I have seperate Footer user control that can reside in master page...
0
by: gnewsgroup | last post by:
Well, I am trying to use the footer row of a GridView for insertion purpose. There are some articles about this, for example, the gridviewguy.com has an example, which always displays the footer...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.