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 601A8D1B515 for ; Wed, 12 Nov 2003 03:15:33 +0000 (GMT) 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 85945-08 for ; Tue, 11 Nov 2003 23:15:06 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id 5E685D1B50C for ; Tue, 11 Nov 2003 23:15:02 -0400 (AST) Received: from myrealbox.com glaesema@smtp-send.myrealbox.com [61.115.206.98] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.44 $ on Novell NetWare; Tue, 11 Nov 2003 20:15:03 -0700 Date: Wed, 12 Nov 2003 12:15:00 +0900 Subject: Re: Files on their way Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: =?ISO-8859-1?Q?Andreas_Grabm=FCller?= , josh@agliodbs.com, pgsql-www@postgresql.org To: Jeroen Ruigrok/asmodai From: Michael Glaesemann In-Reply-To: <20031111194805.GS11295@nexus.ninth-circle.org> Message-Id: <665FEB56-14BE-11D8-9A55-0005029FC1A7@myrealbox.com> Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/176 X-Sequence-Number: 2823 On Wednesday, November 12, 2003, at 04:48 AM, Jeroen Ruigrok/asmodai=20 wrote: > -On [20031111 20:42], Andreas Grabm=FCller (webmaster@letzplay.de) wrote: >> Well, I have uploaded it, it's just not really working ;) >> http://wwwdevel2.postgresql.org/en/index.htm I'd say it's not working at all! :) Hopefully some of this will be=20 fixed in in the files I resent. > The CSS is messed up for Opera. What version are you running? > You have additional white pixels in the sidebars. > > Also the center column is shifted by about another column's breadth to > the right. There's also some buggy behavior in Mac IE5.2=97it adds an extra blank=20 column width on the right. > Advice, make hefty use of explicit: > > padding: 0px > margin: 0px > Not every browser treats missing/omitted padding and/or margin as 0. Good advice. I added a quick body { padding:0; margin:0 } and for the=20 other non-id'd or unclassified tags as well. That should bring=20 everything down to 0 unless explicitly declared elsewhere, though there=20 might be inheritance issues that need to be addressed directly. Michael