X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 330359DCC6B for ; Sun, 4 Dec 2005 16:44:52 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 90606-05 for ; Sun, 4 Dec 2005 16:44:49 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 0E1269DCBEA for ; Sun, 4 Dec 2005 16:44:49 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 6C7368F285; Sun, 4 Dec 2005 21:44:49 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: IE fixes CSS broken on website? X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Sun, 4 Dec 2005 21:44:53 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE92E8E6@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IE fixes CSS broken on website? Thread-Index: AcX5E5Ru1B4jzM2wSberpZUo8kkyBg== X-Priority: 1 Importance: high From: "Magnus Hagander" To: , Cc: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.061 required=5 tests=[AWL=-0.061, X_PRIORITY_HIGH=0.122] X-Spam-Score: 0.061 X-Spam-Level: X-Archive-Number: 200512/69 X-Sequence-Number: 9010 Omar, Emily, or someone else familiar with the CSS for the website... I've noticed second-level menus in the left pane are completely broken in IE (at least in IE6) if their name is long - the second line gets written on top of the first one, making it completely unreadable. Ive noticed two rows in iefixes.css that are related to this, because if I take them out completely, it looks fine again in IE6. However, I'm a bit relucant to do this without actually understanding it. What are these lines supposed to fix in the first place? Is ripping them out the righ tthing to do, or will that break other things? The lines are: - /*Win IE fix \*/ - * html #pgSideNav ul ul { margin-top: 5px; font-size: 0.95em; margin-bottom: -5px; } - * html #pgSideNav ul ul li { line-height: 10%; } - - /*End Win IE fix*/ (the second one is the one that makes the text go on top of itself, but the first one has some effect too) //Magnus