From adffaces-user-return-2712-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Thu Apr 12 13:06:43 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 82176 invoked from network); 12 Apr 2007 13:06:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 13:06:42 -0000 Received: (qmail 90745 invoked by uid 500); 12 Apr 2007 13:06:47 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 90733 invoked by uid 500); 12 Apr 2007 13:06:47 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 90724 invoked by uid 99); 12 Apr 2007 13:06:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 06:06:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.232.64.2] (HELO intranetserver.focus-internal.co.uk) (62.232.64.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 06:06:41 -0700 Received: from mailgate.focus-solutions.co.uk ([172.16.0.61] RDNS failed) by intranetserver.focus-internal.co.uk with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Apr 2007 14:06:17 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: Collapsed icon in tree shows as square in IE Date: Thu, 12 Apr 2007 14:06:18 +0100 Message-ID: <82113E4471235F42B31FD1A6209250D901ED1114@mailserver.focus-internal.co.uk> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Collapsed icon in tree shows as square in IE Thread-Index: Acd8/r4Io/FOPbcpScmSaEJJcw8JEgABC7FQ References: From: "Ritchie Francis" To: X-OriginalArrivalTime: 12 Apr 2007 13:06:17.0312 (UTC) FILETIME=[5B474600:01C77D03] X-Virus-Checked: Checked by ClamAV on apache.org Hi Shawn, I've managed to 'solve' my problem. I've added the following to my stylesheet: af|treeTable::collapsed-icon{ content:url(/skins/beach/images/showarrow.gif); width:16px; height: 16px; } =20 af|treeTable::expanded-icon{ content:url(/skins/beach/images/hidearrow.gif); width:16px; height: 16px; } This works correctly on Firefox and IE6. Cheers, Ritchie -----Original Message----- From: Bertrand, Shawn R [mailto:shawn.bertrand@tycoelectronics.com]=20 Sent: 12 April 2007 13:33 To: adffaces-user@incubator.apache.org Subject: Collapsed icon in tree shows as square in IE Has anyone ever seen the collapse icon in IE appear as an empty square instead of the right-pointing triangle? The expanded icon is fine, and this behavior is only seen in IE (FireFox shows a correct icon). I am overriding the default colors in CSS (via skin selectors), and the color of the square is accurate. =20 The tree demo works fine in both browsers. =20 Thanks in advance, =20 Shawn =20