public inbox for [email protected]  
help / color / mirror / Atom feed
From: Steve Simms <[email protected]>
To: Josh Berkus <[email protected]>
Cc: Marc G. Fournier <[email protected]>
Cc: Justin Clift <[email protected]>
Cc: PostgreSQL Web Development Mailing List <[email protected]>
Subject: Re: And now for an example of a different style of
Date: Sat, 17 Jan 2004 09:25:02 -0500 (EST)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>

Josh Berkus said:
> The trick is that a fixed width site needs to be usable at 800x600 resolution,
> since this is the resolution of 40% of the monitors in American businesses,
> the last time anyone did stats on it (2000, I think).

CSS can provide for this with the concept of a max-width attribute (name might
be slightly off).  You can design a variable-width page that will work on
800x600, and have it expand on larger browsers, not to exceed a certain point,
so that you don't end up with paragraphs of text on a single line at
1600x1200.

The caveat is that I'm not sure how well browsers support this.  I know that
some do, and some don't, as always.  Depending on the distribution of support,
this might be enough to satisfy those that want fixed-width and those that
want variable-width.

Steve Simms
Database Developer & Administrator
Medical Media Systems, Inc.




view thread (13+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: And now for an example of a different style of
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox