473,795 Members | 3,439 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2180
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
10725
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | | | | | | | | left | center | right | | | | | | | | |
7
2896
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 Mozilla/Firefox. Success so far only with IE. In Mozilla/Firefox, the layout does not adjust when nodes are inserted into the document dynamically. Layout: H E A D E R COL1 COL2
2
7157
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 summary of money for all groups the report footer. When there is at least one record with money >0, group and report footers are appropriate and look OK. When all records are with 0 money, footers look silly. I’d like not to print them. I have placed...
9
5067
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: ******************************************************************************* <asp:DataGrid visible="False" border=1
11
16586
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. So my header div is defined at top:0; height:40px , my footer is defined as bottom:0; height:40px and the content is defined as top:40px;bottom:40px; This works very well with firefox but doesn't work with IE, as IE ignores the bottom statement...
26
2313
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 would like to find the lowest element in the page and set the "TOP" property of the DIV some 50 pixels below of such lowest
13
14943
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 show on only the top half of each page with whitepace at the bottom of each page. How can I get the detail to fill each page with my "half page height" report footer at the bottom of the last page? Any suggestions to solve this would be...
5
1421
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 or could be kept in the content pages (still not confirmed and looking for any suggestion)
0
2719
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 row. I would like to display the footer row, only when a LinkButton "Add New" is clicked. And after the new record is saved to the database, let the footer row disappear. In the LinkButton's click event handler, I simply say:
0
10437
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10164
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.