[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

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 d...@redkitecreative.comwrote: In my 10 Android tablet in landscape view, the CSS3 background gradient doesn't stretch to

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

2013-01-29 Thread Eric A. Meyer
At 10:05 -0500 1/29/13, Kim Fernandez wrote: My Manager is looking for a graphic designer for a 2 week job...please respond to this email if interested. To everyone besides Kim: if you do, please make sure to do so off list, but also consider whether you want to work on such a short-term

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 d...@redkitecreative.comwrote: In my 10 Android tablet in landscape view, the CSS3 background gradient doesn't

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 tom...@gmail.com 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

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

2013-01-29 Thread Eric A. Meyer
At 10:36 -0500 1/29/13, Kim Fernandez wrote: EricYou obviously are a rude individual with no respect. Perhaps so, but I'm also the person in charge of the list and enforcing its rules on those who rudely disrespect them. If you wish to act in accordance with the list's policies,

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

2013-01-29 Thread Eric A. Meyer
Oops. That was supposed to be sent in private, not to the list. Sorry about that, everyone. Let this stand as a testament to the universal truth: that eventually, no matter how long you have been online or how careful you try to be, you will eventually fall victim to one of the classic

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 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

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 tom...@gmail.com 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 -

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

[css-d] IE Browser Mode; IE Document Mode

2013-01-29 Thread Gates, Jeff
I'd like some clarification on how !DOCTYPE and legacy modes affect the look of a web page in versions of IE. I work with many people so I am not in total control of how pages are coded. But I would like to know enough to bring up a discussion amongst my fellow workers so we can be consistent and

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

2013-01-29 Thread Gail Issen
I just looked at the site on my iPad and on my computer and have the following observations: o On my computer screen the gradient shows nicely. o On my iPad and on my iPhone, there is no background at all ... either in portrait or landscape mode. To my mind, this is exactly what it

[css-d] Test

2013-01-29 Thread Marcos Gonzales
Just running a test as I am new to the list and did not see my earlier message come through. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] Form layout patterns

2013-01-29 Thread Tom Livingston
Hello all, Do any of you have a favorite form styling/structure pattern that you always use? I am particularly looking for a layout that has labels next to form fields as opposed to above them. Also, multiple fields on one line, like 'state' and 'zip' next to each other, with respective labels,

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 d...@redkitecreative.com 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

Re: [css-d] IE Browser Mode; IE Document Mode

2013-01-29 Thread Philippe Wittenbergh
Le 30 janv. 2013 à 02:22, Gates, Jeff gat...@si.edu a écrit : Right now we use a tag on our pages that tells the page to render in IE7: meta http-equiv=X-UA-Compatible content=IE=7. In working on a new splash page all looked good in Firefox, Chrome, Safari but there were some strange things

Re: [css-d] IE Browser Mode; IE Document Mode

2013-01-29 Thread Philippe Wittenbergh
Le 30 janv. 2013 à 02:22, Gates, Jeff gat...@si.edu a écrit : Right now we use a tag on our pages that tells the page to render in IE7: meta http-equiv=X-UA-Compatible content=IE=7. In working on a new splash page all looked good in Firefox, Chrome, Safari but there were some strange things