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] h1 background question

2011-09-11 Thread Chetan Crasta
On Sun, Sep 11, 2011 at 8:48 AM, Curtis Clark jccl...@mockfont.com wrote: I haven't been keeping up with the list recently, so my apologies if something similar has already been covered. I'm looking for a background for an h1 that extends on the left to the edge of the viewport, but stops on

Re: [css-d] Does display: none still download a bgnd image

2011-09-11 Thread Rick Lecoat
On 10 Sep 2011, at 15:51, Philippe Wittenbergh wrote: Depends on the browser and the device. As far as I can tell, iOS 4.3 Mobile Safari does download those images, but Safari 5.1 (and I think then iOS 5 Mobile Safari) do not. Yes, ‘it depends’ it is looking increasingly like the only

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] Drop Down Menu On Hover Testing Please - IE 7

2011-09-11 Thread Elli Vizcaino
Hello, I am unable to test functional behavior cross browser because I have to rely on browser shot services to do my testing. I would greatly appreciate it, if a number of you would take a look at this site http://e7flux.com/dfd/ and hover on the word About in the nav.  It has a drop down

Re: [css-d] h1 background question

2011-09-11 Thread Curtis Clark
On 9/11/2011 4:16 AM, Chetan Crasta wrote: Here is a solution: http://roughtech.com/t/leftheading/1.html It involves the non-semantic use of spans, therefore I recommend using javascript to create those elements. Interesting. Mine seems a bit cleaner (no image needed), but the containing div

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
Interesting. Mine seems a bit cleaner (no image needed), but the containing div is not semantic (although it could arguably be an hgroup). Thanks for the alternate approach! Happy to help. If you want the translucent background but don't want to use images, use the CSS3 color value rgba

Re: [css-d] Does display: none still download a bgnd image

2011-09-11 Thread Philippe Wittenbergh
On Sep 11, 2011, at 11:15 PM, Rick Lecoat wrote: On a related note, do you (or does anyone else) have any recommendation regarding whether to include the media query in the markup’s link tag, or in the CSS as an @media rule? It depends :-). For a relatively simple stylesheet, with many

Re: [css-d] Drop Down Menu On Hover Testing Please - IE 7

2011-09-11 Thread Chetan Crasta
On Mon, Sep 12, 2011 at 9:15 AM, Elli Vizcaino elli...@yahoo.com wrote: Hello, I am unable to test functional behavior cross browser because I have to rely on browser shot services to do my testing. I would greatly appreciate it, if a number of you would take a look at this site