On Thu, 6 May 2004 13:54:28 +0100, Gary Finnigan <gj********@talk21.com>
wrote:
Hi
I am having difficulty in placing a footer at the bottom of my page. Can
anyone suggest what I'm doing wrong?
www.clickatdepaul.org
http://www.clickatdepaul.org
I don't see any footer there when looking with Opera or Mozilla. The right
column is placed too high in Opera, there is a vertical scrollbar in
Mozilla. I don't think you should use 'float' and 'position:absolute' on
the same element.
The text is very small; clicking at the + buttons makes it blow out way
too large, distorting the layout, in Opera and Mozilla.
The style sheet starts like this:
@media screen, tv, handheld, projection
a:link {
.... which doesn't make sense. The @media block should be enclosed in {},
like this:
@media screen, tv, handheld, projection {
alink {
....
}
--
Rijk van Geijtenbeek
The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen