footer

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? Should I use large navigational footers in my future projects? ...

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 XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> ...

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 can I put the page number in the footer? (Putting @"Page @[Page]" in as text does not work.) Possible? Not Possible? ...

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 up with a div. I think the CSS Sticky Footer does this, but I cant get the "push div" to work push the content all the way down. As you can ...

ie7 problem with footer staying on bottom of page

Hi If someone can please help I am having an issue with my site in IE7. Go to this link Testing page link When you load the page then hover over one of the top nav links the Footer shoots up half the distance on the page and can only be reset by rolling over another tab on the right. What the heck is going on? Is this a DOCTYPE or CS...

Footer on last printed page

I have a web page that a client would like to print, and the part I'm having trouble getting my head around is to get the footer to sit at the bottom of the last printed page, not just when the content ends I tried something like #printfooter{display: block; position:fixed; bottom: 0;} but it displayed the footer at the end of each...

magento - change the colour of the footer links text

Hello there, hoping somebody might be able to help me. I am currently using a hellothemes theme. I would like to change the colour of the footer links text. Any ideas on how to? Also can anyone explain the differences between the CSS's on Boxes.css: Mage_CSS_B Common Elements Mage_CSS_E Shop Pages Mage_CSS_F Overrides etc... Regard...

Footer with music player inside which does not refresh when I click on another site.

Hi there, I want to have a smooth background music on my page. I thought of using some kind of footer which does not refresh when I click on a subpage so that the music does not start again. I am using php-include for my subpages, e.g. include-tag for header content include-tag for footer I don't want to use frames or s...

UITableView: user interaction with section's footer

Hi, For one of UITableView sections I have put a view with a UIDatePicker into it's footer (using tableview:viewForFooterInSection:). The problem is that UIDatePicker receives only single touch events (tapping) and doesn't receive scroll events, so I am unable to set appropriate time inside it. Instead of scrolling UIDatePicker's hours ...

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 page, regardless of the content. To clarrify, if the document was printed onto 5 pages, each page should have the custom header & footer. Does...

Adding HTML to Drupal closure?

To add javascript, you can use: drupal_add_js And similar for css: drupal_add_css But what if I just want to add html at the end of my page. I.e. Add a div with some text in it at the end of the page? ...

Java Excel API: Add images to the footer of excel files

I've got a bunch of huge excel reports created by JExcel. Now the company's styleguide has changed and somebody had the great idea to add some logos to the footer. Unfortunately, adding images to the header or footer is not possible with JExcel. As a workaround, I am currently modifying the PDF files created from the Excel files with iTe...

Sticky Footer CSS Problems

Hi all, I have been able to design my layout so that it has 2 columns and a width of 100%, you can see that here. Now I'm trying to implement a sticky footer (100%) height with this layout which also has the background in the right hand column flow down the footer and also with the border I have in the left hand column. Is there a way...

Using YUI is it possible to add another css footer that sticks to the bottom of a page?

I'm a big fan of using the YUI library as my CSS and design skills are typical of a developer. I can find many examples of CSS techniques that result in a footer sticking to the base of a page. However I have failed in trying to add this to the YUI grids, I'm just wondering if anybody else has achieved this and if so would they mind sha...

C#/WPF: DataGrid - Last Row / Footer Row possible?

Hello, Does anyone how I can add a fixed last row / footer row to the WPF Toolkit DataGrid? I'd like to display a "summary" at the bottom of all Column Values. Thank you. Cheers ...

Grouped UITableView Footer Sometimes Hidden On Quick Scroll

OK, this one is a puzzler. There is one similar post but it's not similar enough to count, so I'm posting this one. :) I've got a grouped UITableView with a header and footer. The footer includes two UIButton views, side-by-side. Nothing major. Now … there is a toggle button in a UIToolbar at the bottom for more/less info in this table...

Sticky footer driving me nuts - please help?

I've been looking at this for days, and I've searched and searched, maybe I just can't see the forest for the trees, but if anyone could shed some insight, I'd be really grateful. Ok, I have this sticky footer that sort of is at the top of the page and scrolling down the page, the bar is always at the botom of the screen. It works perf...

Change UITableView section header/footer WHILE RUNNING the app?

Hi everybody 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 titleForHeaderInSection:(NSInteger)section and - (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(N...

How to add user id in Excel header / footer?

Does anyone know how to add user id to the Excel header or footer? I know I can set it in a macro but I'm trying to avoid it. Is there any shortcut like &D or &t for user id? ...

css for footer text

I'm having a hard time with a simple css snippet for footer text. The footer text must always be at the end of the page and the end of the screen whatever comes later. ...