X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 76F97D1E900 for ; Thu, 13 May 2004 06:30:37 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 46205-04 for ; Thu, 13 May 2004 06:30:17 -0300 (ADT) Received: from imap.cs.msu.su (imap.cs.msu.su [158.250.10.39]) by svr1.postgresql.org (Postfix) with ESMTP id 4D459D1E8FC for ; Thu, 13 May 2004 06:30:14 -0300 (ADT) Received: from cs.msu.su (pc724-lin.cmc.msu.ru [10.3.34.136]) by imap.cs.msu.su (8.12.9p2/8.12.9) with ESMTP id i4D9U7Mt040717; Thu, 13 May 2004 13:30:07 +0400 (MSD) (envelope-from borz_off@cs.msu.su) Message-ID: <40A33FA1.7000202@cs.msu.su> Date: Thu, 13 May 2004 13:28:01 +0400 From: Alexey Borzov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040310 X-Accept-Language: ru, en, en-us MIME-Version: 1.0 To: Michael Glaesemann Cc: "Gavin M. Roy" , pgsql-www@postgresql.org Subject: Re: Design Rough References: <40A2AAF7.4050000@ehpg.net> <40A315DC.5020009@cs.msu.su> <4D9D51D7-A4AA-11D8-9D79-000A95C88220@myrealbox.com> In-Reply-To: <4D9D51D7-A4AA-11D8-9D79-000A95C88220@myrealbox.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version devel-20040402, clamav-milter version 0.70a X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200405/58 X-Sequence-Number: 4437 Hi! Michael Glaesemann wrote: >> Now on to the problems: >> 1) I suggest doing a fixed (in pt, probably) font-size. Current >> 'small' has very different sizes in MSIE 6 and Mozilla (OK in Mozilla, >> too big in MSIE). > > > I strongly recommend *not* using fixed font sizes. As an alternative, > I'd suggest using alternative style sheets and a css-style switcher. If > people find it too big (or too small), they can easily change the size > for themselves. Using fixed point sizes is a definite strike against > accessibility. Using fixed font sizes prevents people from resizing the > font size using their browsers, among other things. 1) Modern browsers are perfectly capable of resizing the fonts if there sizes are set in points. 2) Browsers have wildly different ideas about what 'small' and 'x-small' are. That's why the menu on current PostgreSQL site is readable in some browsers and completely unreadable in others. Do we want repeating it?