I have a div that I want to use as the page footer, and have it fill the whole width of the page. So far, so simple, you would think. And, it is, in Firefox and IE.
Unfortunately in both major webkit browsers, despite having my footer (#footer) set for width:100%; max-width:none;, webkit won't make it fill the width of the browser window.
The page is here: page demonstrating problem
What's happening? Any solutions?
Edit: Apologies all - when I said it was working in Safari, that was a typo - I meant firefox.
Screenshots:
Here it is working in IE:

Here it is being broken in Chrome (same behaviour in Safari). The arrow is hand drawn, for emphasis.

width:100;orwidth:100%? However, I tested your site on chrome, it's working there. – Naveed Ahmad Apr 19 '11 at 16:58