Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 45006 invoked from network); 14 Sep 2004 11:59:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Sep 2004 11:59:50 -0000 Received: (qmail 10334 invoked by uid 500); 14 Sep 2004 11:59:48 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 10292 invoked by uid 500); 14 Sep 2004 11:59:48 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 10280 invoked by uid 99); 14 Sep 2004 11:59:48 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of cjxaf-forrest-dev-1@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Sep 2004 04:59:44 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C7ByH-00062c-00 for ; Tue, 14 Sep 2004 13:59:41 +0200 Received: from 137.red-213-227-54.user.auna.net ([213.227.54.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Sep 2004 13:59:41 +0200 Received: from thorsten by 137.red-213-227-54.user.auna.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Sep 2004 13:59:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@forrest.apache.org From: thorsten Subject: Re: PATCH: Pelt problems en IE 6 Date: Tue, 14 Sep 2004 14:15:50 +0200 Lines: 83 Message-ID: References: <20040914111153.41166.qmail@web60309.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 137.red-213-227-54.user.auna.net User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en In-Reply-To: <20040914111153.41166.qmail@web60309.mail.yahoo.com> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jason End wrote: > Here's the patch. I've tried it on IE 6 and Firefox > (1.0 trunk) and it works correctly. I noticed that the > Published date wasn't appearing on Firefox either... > I just tried the patch but I could not make it work. Your patch: Index: screen.css =================================================================== --- screen.css (revision 46007) +++ screen.css (working copy) @@ -160,7 +160,7 @@ #level2tabs { clear: both; margin: 0; - text-align:left; + float:left; } #top .header .current { @@ -186,6 +186,7 @@ font-weight: bold; white-space:nowrap; background-color: #4C6C8F; + text-align:left; } #publishedStrip .lastmodified{ float: right; That makes for 0.8 Firefox that the level2tabs dissapear :(. Konqueror does not care. Anyway why #top .header .current? Should that not be #publishedStrip? I tried with that as well but nup. Here my test snippet:
  Forrest | Xerces Published: mar 14 sep 2004 14:07:50 CEST
BTW I am at revision 46019. Thanks for your patience and support. I guess we will can solve that ASAP ;-). Hope you will give it again a go. 8) Cheers, thorsten > Basically the solution was to set a text alignment for > the div, and then have each span (level2tabs and > lastmodified) float left or right. It can also be done > the other way around from what I'm submitting, with > the div aligned right and only the level2tabs span > floated left. > > The subtabs do work. On IE I can't see them, but the > link is there. I guess that's a color issue. > > Attached is the patch to be applied to screen.css. > Lemme know if I goofed on anything. > > Jay > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com