# HG changeset patch # User robcast # Date 1352486884 -3600 # Node ID fcafcc8996be2a99592309c68eccbe3953c36cd5 # Parent a5699754288befbdfe209035724c953bab19e870 css validates now (no more directx filter). removed superfluous comma (js runs but ie6 still not really happy :-) diff -r a5699754288b -r fcafcc8996be webapp/src/main/webapp/jquery/jquery.digilib.css --- 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 { diff -r a5699754288b -r fcafcc8996be webapp/src/main/webapp/jquery/jquery.digilib.geometry.js --- 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() {