Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Philippe Wittenbergh
On Sep 11, 2011, at 2:44 PM, I wrote: That would be expected behaviour. Not limited to Gecko / Firefox.The footer will always be as wide as the viewport, but on narrower windows / viewport, the whole construction overflows to the right (the main content requires a width of 1116px). Oops,

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Elli Vizcaino
That would be expected behaviour. Not limited to Gecko / Firefox.The footer will always be as wide as the viewport, but on narrower windows / viewport, the whole construction overflows to the right (the main content requires a width of 1116px). Can you please tell me exactly which

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Elli Vizcaino
Oops, forgot one thing. To minimise the issue, you can give your footer a min-width, matching the fixed width of your main content. #footer-wrapper { min-width: 1116px } Ok added the min-width of 1116px to the footer w/o setting additional widths to any other divs and it worked.

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread David Laakso
On 9/11/11 11:02 AM, Elli Vizcaino wrote: Oops, forgot one thing. To minimise the issue, you can give your footer a min-width, matching the fixed width of your main content. #footer-wrapper { min-width: 1116px } Ok added the min-width of 1116px to the footer w/o setting additional widths to

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Beth Lee
On Sun, Sep 11, 2011 at 10:43 AM, David Laakso da...@chelseacreekstudio.com wrote: On 9/11/11 11:02 AM, Elli Vizcaino wrote: Oops, forgot one thing. To minimise the issue, you can give your footer a min-width, matching the fixed width of your main content. #footer-wrapper { min-width:

[css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Elli Vizcaino
Hello CSS Discuss, Having an issue with a sticky footer. Looks great so far on most of the major browsers. And no I'm not targeting IE6. The footer cuts off on the right hand side in FF4 and 5 both in Mac OS and Windows and I can't figure out why.   Here's a link to site in question:

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Philippe Wittenbergh
On Sep 11, 2011, at 1:08 PM, Elli Vizcaino wrote: Having an issue with a sticky footer. Looks great so far on most of the major browsers. And no I'm not targeting IE6. The footer cuts off on the right hand side in FF4 and 5 both in Mac OS and Windows and I can't figure out why. Here's

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Elli Vizcaino
Have you reproduced that on a real machine ? From your screen shot, it appears that it was taken through a screenshot service. I have a Fx 5.01 here, and I can't reproduce your issue. Philippe No I only have FF3.6 on windows and the browser sandbox on spoon.net isn't working so great

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Beth Lee
Have you reproduced that on a real machine ? The problem seems to occur only if the page is opened in a browser window 1120px wide and then scrolled right. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Philippe Wittenbergh
On Sep 11, 2011, at 2:20 PM, Beth Lee wrote: Have you reproduced that on a real machine ? The problem seems to occur only if the page is opened in a browser window 1120px wide and then scrolled right. That would be expected behaviour. Not limited to Gecko / Firefox.The footer will always

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Philippe Wittenbergh
On Sep 11, 2011, at 2:06 PM, Elli Vizcaino wrote: Do you happen to have any suggestions on more reliable browser testing sources? Have multiple browser versions installed on your machine, use Virtual Machines, etc. Philippe -- Philippe Wittenbergh http://l-c-n.com/