Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 98032 invoked from network); 25 Jul 2007 22:16:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 22:16:57 -0000 Received: (qmail 7840 invoked by uid 500); 25 Jul 2007 22:16:58 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 7778 invoked by uid 500); 25 Jul 2007 22:16:58 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 7767 invoked by uid 99); 25 Jul 2007 22:16:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 15:16:58 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 15:16:57 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6559D1A981A; Wed, 25 Jul 2007 15:16:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r559633 - /directory/studio/trunk/studio-rcp/resources/intro/styles/root.css Date: Wed, 25 Jul 2007 22:16:36 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070725221636.6559D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Wed Jul 25 15:16:35 2007 New Revision: 559633 URL: http://svn.apache.org/viewvc?view=rev&rev=559633 Log: Fix for IE6 since it does not display correctly the 'fixed' position. Modified: directory/studio/trunk/studio-rcp/resources/intro/styles/root.css Modified: directory/studio/trunk/studio-rcp/resources/intro/styles/root.css URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/styles/root.css?view=diff&rev=559633&r1=559632&r2=559633 ============================================================================== --- directory/studio/trunk/studio-rcp/resources/intro/styles/root.css (original) +++ directory/studio/trunk/studio-rcp/resources/intro/styles/root.css Wed Jul 25 15:16:35 2007 @@ -8,7 +8,7 @@ #overview a { - position: fixed; + position: absolute; height: 95px; width: 95px; top: 50%; @@ -31,7 +31,7 @@ #whatsnew a { - position: fixed; + position: absolute; width: 75px; height: 75px; top: 50%; @@ -54,7 +54,7 @@ #webresources a { - position: fixed; + position: absolute; width: 75px; height: 75px; top: 50%; @@ -77,7 +77,7 @@ #workbench a { - position: fixed; + position: absolute; width: 75px; height: 75px; top: 50%;