Tagged Questions
The footer tag has no wiki summary.
54
votes
13answers
17k views
How do you get the footer to stay at the bottom of a Web page?
I have a simple 2-column layout with a footer that clears both the right and left div in my markup. My problem is that I can't get the footer to stay at the bottom of the page in all browsers. It ...
48
votes
5answers
19k views
HTML Print Header & Footer
Is it possible to print HTML pages with custom headers & footers on each printed page?
I'd like to add the word "UNCLASSIFIED" in red, Arial, size 16pt to the top and bottom of every printed ...
27
votes
2answers
52k views
CSS to make HTML page footer stay at bottom of the page with a minimum height
I have the following page (http://www.workingstorage.com/Sample.htm) that has a footer that I can't make sit at the bottom of the page.
The CSS is inherited and befuddles me; I can't seem to change ...
21
votes
7answers
5k views
Should Jquery code go in header or footer?
Where is the best place to put Jquery code (or separate Jquery file)? Will pages load faster if I put it in the footer?
13
votes
4answers
4k views
Is there a way to get a web page header/footer printed on every page?
Based on my research, it seems that what I want to do is not possible, but in case something has changed, I wanted to check to see if anyone had come up with a way to do this.
I have a web app that ...
11
votes
1answer
1k views
Why not used position:fixed for a “sticky” footer?
I've seen Ryan Fait's method for sticky footer as well as one here and here.
Why are these people making templates for sticky footers when #footer{position:fixed; bottom:0;} will suffice?
EDIT:
I ...
11
votes
5answers
42k views
In LaTeX, how can one add a header/footer in the document class Letter?
In LaTeX, how can one create a document using the Letter documentclass, but with customized headers and footers?
Typically I would use:
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\footnotesize ...
8
votes
4answers
116 views
Is there a name for this type of popular footer?
Screenshot of a footer:
I'm unsure if there is a particular name for that kind of footer or if it's a widget for a certain framework. That particular example was taken from buffalonews.com
After ...
8
votes
5answers
2k views
HTML footer problem
Is it possible to create a footer div that sits at the bottom of a site regardless of how much information is present in the middle?
Currently the div I have is positioned depending on how much ...
7
votes
4answers
877 views
How to resize a UIButton in a UITableView footer when orientation changes
I'm using two UIButtons in a footer of a UITableView (both subviews of a single UIView). I am not using a UITableViewCell because I wanted to skin the button so it looks like the red Delete button at ...
6
votes
4answers
2k views
HTML header/footer print capabilities
I'm trying hard to give full HTML header/footer printing capabilities to our Mediboard project.
Long term, I know that CSS3 Page Media module will fulfill my needs, but that's two or three years away ...
6
votes
4answers
11k views
How to fix jQuery Mobile's fixed footer?
Using jQueryMobile, I've included data-role="footer" data-position="fixed" in the markup, but two bugs persist:
Footer toggles on a null click event.
Footer isn't fixed, and hides some of the page ...
6
votes
2answers
1k views
Programmatically add footer to Office Word/Excel document
I'm looking to build a solution similar to this one:
http://esqinc.com/section/products/4/idocid.html
What the system makes is insertion of a document file name into the document footer. How's that ...
6
votes
3answers
871 views
Best way to reuse a footer menu in Android
I'm trying to implement a menu in the footer of an app, similar to i.e. the Engadget app. As I understand, getting a standard TabLayout to work in this way is not trivial (if at all possible?).
As I ...
5
votes
4answers
7k views
How to align footer (div) to the bottom of the page?
Can anyone explain how to align a footer div to the bottom of the page. From the examples I've seen, they all show how to make the div stay visible at the bottom, no matter where you've scrolled the ...
5
votes
2answers
10k views
Change UITableView section header/footer WHILE RUNNING the app?
I'm facing a problem I cannot resolve...
I have a grouped table whose section header and section footer get displayed correctly upon launch thanks to
- (NSString *)tableView:(UITableView *)tableView ...
5
votes
5answers
4k views
Problem with CSS Sticky Footer implementation
Im having some problems getting the Sticky Footer to work on my site. If the content is smaller than the window the footer should stay at the bottom of the window and the dead space should be filled ...
4
votes
2answers
192 views
Horizontal and vertical centering above a sticky footer in CSS
Given a sticky footer such as that on Ryan Fait's site with a fixed pixel height, is it possible to center, both horizontally and vertically, variable-size content in the space above this footer?
4
votes
1answer
114 views
Footer placed at bottom (img) and content overlay
I'm currently working on a new design for a web site, and I have a little problem with my footer (image) and getting the content to overlay.
For the footer I'm using this at my starting point: ...
4
votes
4answers
172 views
Links inside HTML5 footer element (nav and aside?)
I'm currently moving a page from HTML4 to HTML5, and I have kind of an issue. There's a bunch of lists with links inside the footer. Most of them link to information (faq etc.) about the site itself. ...
4
votes
3answers
584 views
Last save date in excel worksheet footer
I am using Excel 2007 with a workbook that has many sheets. I need to have the date when the worksheet was last saved - in the footer. I was able to find the following:
Private Sub ...
4
votes
5answers
398 views
How do I store my websites header and footer in one location?
I am always rewriting my headers and footers and for every edit i have to manually copy and paste all the code into the web pages. Obviously this is the wrong approach but im not sure of the right ...
4
votes
5answers
2k views
Rails: how to add a header to every page
What is the standard way to add a header and footer to every view in a Rails app?
4
votes
1answer
853 views
Add button in footer at the end of the table view cell
I am new to iphone development.I have created a UIview controller class and added a table view using interface builder. Now i want to create a button in footer view at the end of the table view last ...
4
votes
2answers
666 views
Simple But Annoying Problem: Can't add top margin to footer that uses clear:both
I can't add top margin to footer that uses clear:both.
Using padding seem to solve the problem. But it ruins the top solid border of the footer.
index.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD ...
4
votes
3answers
2k views
Can not get CSS Sticky footer to work. What am I doing wrong?
Well this is my first post here and really enjoying the site.
I have a very basic (ugly as sin) site I have started and for some reason I can not get the CSS Sticky footer to work for FireFox. IE ...
3
votes
1answer
52 views
Android Tab Like Footer
I want to reuse my tabs like footer for each activities in my application.
I'm using this code
<TabHost
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
...
3
votes
1answer
228 views
Telerik MVC grid footer customization
I have a footer with column totals on my Telerik MVC grid. I would like to add some additional calculations. I have some description note columns that have footers that aren't being used and I ...
3
votes
2answers
622 views
Jquery sticky footer that adjusts with dynamic content
I'm currently using the plugin here http://codedumper.com/jquerystickyfooter to create a sticker footer.
Take a look http://client.astam.co.uk. It works as you would expect.
The only problem is ...
3
votes
5answers
110 views
CSS Layout Issues (Footer & UL Styling)
So I'm trying to code out my design for my new portfolio website, but I'm having a few issues there that research and hours of smashing my face against the computer screen have not yet solved. There ...
3
votes
4answers
141 views
CSS Footer Layout Problem
Am trying to create a cross-browser 3 column footer that are equal in width to each other, but doesn't go beyond the main body width of 900px. This code isn't doing it??
html
<div id="footer">
...
3
votes
2answers
2k views
dompdf watermark, image, header and footer issues
i am using dompdf as a plugin in codeigniter. it generates the pdf perfectly. but some problem are eating up me for some days.
I want to put an image as header in every page of the generated pdf. i ...
3
votes
1answer
278 views
Adding a footer only to the last page when using cfdocument
I'm creating a multipage document using cfdocument (created using dynamic text so could have any number of pages even one).
I can use <cfdocumentitem type="footer"> to add a footer to every ...
3
votes
1answer
288 views
How do I force footnotes to the very bottom of the page when the page is not full?
In my thesis, I'm finding footnotes get placed just below the lowest text on the page. This means that the footnotes won't necessarily be placed at the end of the text box (of height \textheight) but ...
3
votes
1answer
2k views
How do I change the footer/footline of a single frame in Beamer?
So basically I've got something like this at the top of my tex file:
\setbeamertemplate{footline}{Number \insertframenumber}
This applies "Number <#>" to the footer/footline of all frames. Now ...
3
votes
3answers
4k views
Android ListView Footer View not being placed on the bottom of the screen
I'm sure that I'm missing something simple to get this implemented, but have run through every known combination I can come up with to get what I'm looking to do working. I'm trying to have a ListView ...
3
votes
4answers
2k views
Excel Interop: Formatting Footers
I am creating an Excel Worksheet from C# using Microsoft.Office.Interop.Excel, and I have not been able to get the footers the way the User wants them.
1) How can I put footer text in BOLD?
2) How ...
3
votes
8answers
2k views
Large footer full of links, is it good?
I see really large footers on some popular sites with a lot of internal navigational links in them (such as Digg).
Are there usability studies or at least authoritative opinions on this topic?
...
3
votes
3answers
2k views
Why is the footer-item not included in Repeater.Items?
I need to get a value from a textbox inside a FooterTemplate in the OnClick event of a button. My first thought was to loop through the items-property on my repeater, but as you can see in this ...
2
votes
1answer
104 views
Custom header and footer in html page
I want to put header and footer in every page at print mode. I've done many research about that.
I've find two solution. But they aren't cross-browser ( I want it to work in IE, Firefox and Chrome)
...
2
votes
3answers
90 views
Chrome mysteriously adds 3px to footer width
The footer at my site Atlantic Sentinel has a width specified at 960px and a max-width also at 960px. It looks fine in IE but Chrome adds 3px to the width. Why, I can't figure it out.
Here's the ...
2
votes
1answer
101 views
JasperReports, export to docx - footer formatting
Hi I am new to JasperReports
How can I make word document more user friendly with JasperReports?
I create simple document, and convert in docx.
footer still not have absolute position,..
if you ...
2
votes
3answers
127 views
How to display same header and footer on different pages?
I have header.php and footer.php files which I include in all of my pages. A sample page looks like this -
<?php include($_SERVER['DOCUMENT_ROOT'].'/header.php');?>
<div id="content">
...
2
votes
1answer
76 views
android ListView footer update
i have a shopping cart done with ListView and i am showing totals on the ListView footer.
i have added the footer view to the listView using,
GetShoppingCartItems - gets current items in the ...
2
votes
3answers
47 views
Set height content, footer that extends the rest of the browser height
So I know the first thought is "Sticky Footer", but that's not really the case. It's the footer height that's the variable.
I have a page where the main content is 200px margin from the top... after ...
2
votes
2answers
252 views
ASP.net 4.0 Master Page Footer Div
When master page parsed content div always is at the very bottom. So how i can set footer to be at the bottom while not using position absolute. If you use position absolute you have to set every ...
2
votes
5answers
50 views
Why doesn't this footer expand completely to the sides?
I am designing a template for my school's website and require some help. All was going great until I got to the footer. I have noticed that everything but the top navigation is unable to expand ...
2
votes
1answer
185 views
Android: How do I add a footer to a fullscreen scrollview?
I want the footer to be anchored at the bottom of the screen if and only if it can be anchored there without overlapping any other views.
The problem is that I don't know how many views are going to ...
2
votes
2answers
57 views
Containing super messy table-based HTML layout
I am trying to add a footer to a table-based HTML layout that has numerous nested tables. The structure looks something like this:
<head>
</head>
<body>
<form>
...
2
votes
3answers
194 views
CSS Footer Fixed Width, Bottom of screen, and centred
I'm an iPhone Developer mainly, I'm a bit rubbish at CSS and I'm trying to make a webpage for my app.
I want to make my footer have the following properties:
Fixed width of 640px
Centered
Attached ...