Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-30 Thread Debbie Campbell
Thanks for your detailed answer Philippe! I don't have any Android based tablet either to test. On my iPad2, the teal based background is not visible at all (the #wrapper div nicely fills the viewport, which is to be expected given the meta viewport declaration). A quick test case using your cod

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Philippe Wittenbergh
Le 29 janv. 2013 à 23:52, Debbie Campbell a écrit : > In my 10" Android tablet in landscape view, the CSS3 background gradient > doesn't stretch to the bottom of the page, it only fills the browser window. > If you have to scroll down, the background is white below the original > window. Can

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Gail Issen
Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Freelance Traveller Sent: Tuesday, January 29, 2013 10:46 AM To: CSS-Discuss Subject: Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page On Tue, 29 Jan 2013 10

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Gautam Sathe
On 01/29/2013 07:52 AM, Debbie Campbell wrote: > In my 10" Android tablet in landscape view, the CSS3 background  > gradient doesn't stretch to the bottom of the page, it only fills the  > browser window. If you have to scroll down, the background is white  > below the original window. Can someone

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Freelance Traveller
On Tue, 29 Jan 2013 10:42:41 -0500, Tom Livingston wrote: >Out of curiosity, have you tested on an iPad and does it have the same >issue? I don't have a 10" Android tablet to test with... I have a smaller (9") tablet - a Nook HD+ with the N2ACards Android conversion card installed - and I do see

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Marcos Gonzales
I don't have a 10" Android to test, but looking at it in FF, I see that you have declared html and body height: 100% in screen.css(line 33). This seems to cause the html and body to only be as long as the window. Try removing this declaration and see if it helps on the tablet, too. MG On 01

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread David Hucklesby
On 1/29/13 6:52 AM, Debbie Campbell wrote: In my 10" Android tablet in landscape view, the CSS3 background gradient doesn't stretch to the bottom of the page, it only fills the browser window. If you have to scroll down, the background is white below the original window. Can someone point me in

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread valnm258
No problem on my iPad2. Val Sent from my iPad On Jan 29, 2013, at 8:42 AM, Tom Livingston wrote: > Out of curiosity, have you tested on an iPad and does it have the same > issue? I don't have a 10" Android tablet to test with... > > > On Tue, Jan 29, 2013 at 9:52 AM, Debbie Campbell > wrote:

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Tom Livingston
Out of curiosity, have you tested on an iPad and does it have the same issue? I don't have a 10" Android tablet to test with... On Tue, Jan 29, 2013 at 9:52 AM, Debbie Campbell wrote: > In my 10" Android tablet in landscape view, the CSS3 background gradient > doesn't stretch to the bottom of t

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Kim Fernandez
My Manager is looking for a graphic designer for a 2 week job...please respond to this email if interested. Thanks Kim On Tue, Jan 29, 2013 at 9:52 AM, Debbie Campbell wrote: > In my 10" Android tablet in landscape view, the CSS3 background gradient > doesn't stretch to the bottom of the page,

[css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Debbie Campbell
In my 10" Android tablet in landscape view, the CSS3 background gradient doesn't stretch to the bottom of the page, it only fills the browser window. If you have to scroll down, the background is white below the original window. Can someone point me in the right direction to fix it or suggest a