[Catalyst] Controlling Location of Footer On Page
Robert L Cochran
cochranb at speakeasy.net
Tue May 13 23:11:19 BST 2008
I have a database table with 11,929 rows. When these rows are displayed
as part of an html table, I notice that the footer seems stuck at
approximately line 20 of the web page, and the the table content
continues (to the true end of the table, 11,909 or so rows later.) I
looked at the ttsite.css code for the footer is keeping the footer
"stuck" to output row 20 or so because of the 'position: absolute'
property.
It seems to me that for long streams of tabular output like this there
are two solutions:
1. Use breadcrumb trails to break the result set into separate physical
web pages.
2. Position the footer at the true end of the table just before the
</body> tag.
How can I fix the css so the footer displays properly?
Thanks
Bob Cochran
Greenbelt, Maryland, USA
More information about the Catalyst
mailing list