Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 46923 invoked from network); 29 Oct 2004 09:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Oct 2004 09:27:03 -0000 Received: (qmail 20782 invoked by uid 500); 29 Oct 2004 09:27:02 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 20736 invoked by uid 500); 29 Oct 2004 09:27:01 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 20724 invoked by uid 99); 29 Oct 2004 09:27:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [212.4.23.9] (HELO mx.caboto.it) (212.4.23.9) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Oct 2004 02:27:00 -0700 Received: from sg3.caboto.it (intra1.caboto.it [10.103.0.79]) by mx.caboto.it (8.12.10/8.12.10) with ESMTP id i9T9QODu011723 for ; Fri, 29 Oct 2004 11:26:24 +0200 (CEST) Received: from [10.103.7.37] ([10.103.7.37]) by sg3.caboto.it (Netscape Messaging Server 4.15) with ESMTP id I6CA7V00.4KF for ; Fri, 29 Oct 2004 11:26:19 +0200 Message-ID: <41820CBA.8040608@caboto.it> Date: Fri, 29 Oct 2004 11:26:18 +0200 From: "Stefano Mancarella" Organization: Banca Caboto s.p.a. User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Alignment problem with pelt, tables and IE References: <417FAC7C.1030807@caboto.it> <1098887877.4170.44.camel@gci> <417FB649.6080803@caboto.it> <1098986744.4091.94.camel@gci> In-Reply-To: <1098986744.4091.94.camel@gci> Content-Type: multipart/mixed; boundary="------------080606080707060500090408" X-Spam-Flag: NO X-Scanned-By: milter-spamc/0.15.245 (gate [192.168.21.28]); pass=YES; Fri, 29 Oct 2004 11:26:25 +0200 X-Spam-Status: NO, hits=-100.00 required=5.00 X-Spam-Level: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------080606080707060500090408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Scherler, Thorsten wrote: > Hi Stefano, > I found a machine with IE6. ;-) > try > .ForrestTable { > position:static !important; > position:absolute; > color: #ffffff; > background-color: #7099C5; > width: 100%; > font-size : 100%; > empty-cells: show; > } > The outcome is not really nice but the table is now next to the menu. Yeah, it is, but if you have more than one they overlap. Unusable. :( The fix I'm using at the moment is: .ForrestTable { width: 99%; } Which does the job as long as all the table contents fit in the page. To make boxed and underlined headings properly aligned with tables I've also added: .boxed { width: 99%; } It's far from being perfect, but at least it's acceptable and doesn't affect too much the visualization in other "good" browsers. > If I have time I have to have a deeper look. It is a really ugly IE bug. > :( It's a really ugly browser, IMHO. :( --------------080606080707060500090408 Content-Type: text/x-vcard; charset=utf-8; name="stefano.mancarella.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="stefano.mancarella.vcf" begin:vcard fn:Stefano Mancarella n:Mancarella;Stefano org:Banca Caboto;Financial Engineering - Derivatives Technology adr:;;Via Boito 7;Milan;MI;20121;Italy email;internet:stefano.mancarella@caboto.it tel;work:+39 02 8021 5953 tel;fax:+39 02 8021 5338 x-mozilla-html:FALSE url:http://www.caboto.it version:2.1 end:vcard --------------080606080707060500090408--