You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/07/26 00:16:36 UTC

svn commit: r559633 - /directory/studio/trunk/studio-rcp/resources/intro/styles/root.css

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%;