changeset 1128:fcafcc8996be

css validates now (no more directx filter). removed superfluous comma (js runs but ie6 still not really happy :-)
author robcast
date Fri, 09 Nov 2012 19:48:04 +0100
parents a5699754288b
children 9e85efcfbb0c
files webapp/src/main/webapp/jquery/jquery.digilib.css webapp/src/main/webapp/jquery/jquery.digilib.geometry.js
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.css	Fri Nov 09 18:55:46 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.css	Fri Nov 09 19:48:04 2012 +0100
@@ -111,8 +111,6 @@
     font-size: 11px;
 	background-color: red;
     opacity: 0.3;
-    /* do we still need this IE6-stuff? */
-	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); 
 }
 
 div.dl-digilib div.dl-region a:link,
@@ -124,8 +122,6 @@
 	background-color: transparent;
 	border: 2px solid red;
 	opacity: 0.6;
-    /* do we still need this IE6-stuff? */
-	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
 }
 
 div.dl-digilib div.dl-regionArea {
--- a/webapp/src/main/webapp/jquery/jquery.digilib.geometry.js	Fri Nov 09 18:55:46 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.geometry.js	Fri Nov 09 19:48:04 2012 +0100
@@ -130,7 +130,7 @@
         that.getAsCss = function() {
             return {
                 left : this.x,
-                top : this.y,
+                top : this.y
             };
         };
         that.toString = function() {