Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Ben Buchanan
Yeap, but just remember some people may have browser widths starting at (1680 x 1024) wide screen LCDs are out there and it use. Viewing the fully fluid elastic sites at this resolution can be a bit frightening. A max-width setting (with IE6 hack where required) should take care of that

Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Nick Cowie
Gary wrote: Yeap, but just remember some people may have browser widths starting at (1680 x 1024)wide screen LCDs are out there and it use.Viewing thefully fluid elastic sites at this resolution can be a bit frightening.Yes but those screens are WXGA which have around 150 pixels per inch. Which

Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Tee G. Peng
On Jul 26, 2006, at 7:57 AM, pdr Lists wrote: Hi Chris The stats package we use on our website allows us to monitor: - Screen resolution - Actual browser window size - Browser - Operating system Hi Chris, you may like to try to apply for google analytics code too.

Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Designer
Nick Cowie wrote: It is a little radical but you could use http://nickcowie.com/xtras/fontsize4.js to form the basis of a script that changes font size based on browser window width, so users get one version of the website at 800px wide screens and another on 1000px wide screens. Hi

RE: [WSG] Displaying page in different resolutions

2006-07-27 Thread Peter Goddard
listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: 27 July 2006 11:25To: wsg@webstandardsgroup.orgSubject: RE: [WSG] Displaying page in different resolutions Peter, Could you please explain this comment? I understood that ID's and classes were used for different

Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Felix Miata
On 06/07/27 11:36 (GMT+0100) Bob McClelland apparently typed: Nick Cowie wrote: It is a little radical but you could use http://nickcowie.com/xtras/fontsize4.js to form the basis of a script that changes font size based on browser window width, so users get one version of the website at

Re: [WSG] Displaying page in different resolutions

2006-07-27 Thread Nick Cowie
Tom wrote:How about this then: http://www.positioniseverything.net/articles/jello-expo.htmlIt works well for the normal computer monitors 800px, 1024px and even 1280px wide monitors at 72dpi or 96dpi. It is what happens when you try and view them on a WXGA 15.4 screens which are 1680 pixels wide

[WSG] Displaying page in different resolutions

2006-07-26 Thread Audano, Chris
Is there a way toeasily program a site to automatically determine the users resolution? This is primarily for our intranet. We have about half of our users still using a 800x600 resolution and the others 1024x768 or higher. I'm using a container for the content so those users with 1024

Re: [WSG] Displaying page in different resolutions

2006-07-26 Thread Absalom Media
Audano, Chris wrote: Is there a way to easily program a site to automatically determine the users resolution? This is primarily for our intranet. We have about half of our users still using a 800x600 resolution and the others 1024x768 or higher. I'm using a container for the content

Re: [WSG] Displaying page in different resolutions

2006-07-26 Thread Matthew Pennell
On 7/26/06, Audano, Chris [EMAIL PROTECTED] wrote: Is there a way to easily program a site to automatically determine the users resolution? Use Javascript to watch the window.onresize event and change things. I'd recommend changing a class on the BODY or HTML tag to deliver different styles

Re: [WSG] Displaying page in different resolutions

2006-07-26 Thread Rommil Santiago
Try this out:http://particletree.com/features/dynamic-resolution-dependent-layouts/I've looked into it - it seems interesting, but I haven't had a chance to use this method.Rommil SantiagoMontreal Web Designerwww.rommil.com | www.webflightcheck.comOn 26-Jul-06, at 10:05 AM, Audano, Chris wrote:

Re: [WSG] Displaying page in different resolutions

2006-07-26 Thread Tom Livingston
On 7/26/06 10:05 AM, Audano, Chris [EMAIL PROTECTED] wrote: Is there a way to easily program a site to automatically determine the users resolution? How about %-based widths (fluid layout) and em/%-based font sizes. No dependency on screen width what so ever. ? -- Tom Livingston |