Re: [css-d] CSS for Android and iPhone browsers - page width problem

2010-04-25 Thread Philippe Wittenbergh
On Apr 25, 2010, at 4:52 PM, Dave M G wrote: > I am making a web site that I aspire to look the same on Android and > iPhone browsers. > > I want to specify the width of the web page to be 320 pixels, so that it > is fixed and constant. 320 pixels is the width of iPhone screens, and, > as far as

Re: [css-d] CSS for Android and iPhone browsers - page width problem

2010-04-25 Thread David Laakso
Dave M G wrote: > > > How can I create a web page that is of fixed size on Android and/or > iPhone, with no scaling or extra space? > > Thank you for any advice. > > Don't set a width. Best, ~d -- desktop http://chelseacreekstudio.com/ mobile http://chelseacreekstudio.mobi/

Re: [css-d] CSS for Android and iPhone browsers - page width problem [SOLVED]

2010-04-25 Thread Dave M G
CSS-d, A person responded off list with the solution. If one adds the following code at the top of the HTML, the pages conform to the size that I hoped for: Thanks to everyone who responded. -- Dave M G __ css-discuss [cs...

[css-d] CSS for Android and iPhone browsers - page width problem

2010-04-25 Thread Dave M G
CSS-d, I am making a web site that I aspire to look the same on Android and iPhone browsers. I want to specify the width of the web page to be 320 pixels, so that it is fixed and constant. 320 pixels is the width of iPhone screens, and, as far as I know, most if not all Android devices. However,