[Mapbender-commits] r2625 - trunk/mapbender/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 9 04:20:14 EDT 2008


Author: verenadiewald
Date: 2008-07-09 04:20:14 -0400 (Wed, 09 Jul 2008)
New Revision: 2625

Modified:
   trunk/mapbender/http/css/popup.css
Log:
conditional comments for scrollDiv overflow

Modified: trunk/mapbender/http/css/popup.css
===================================================================
--- trunk/mapbender/http/css/popup.css	2008-07-08 22:13:02 UTC (rev 2624)
+++ trunk/mapbender/http/css/popup.css	2008-07-09 08:20:14 UTC (rev 2625)
@@ -1,8 +1,22 @@
 @CHARSET "UTF-8";
 /*fixes*/
 div.jqmNotice iframe {width:100%;height:100%;}
-div.jqmNotice div.scrollDiv {overflow:auto;position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}
+div.jqmNotice div.scrollDiv {position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}
 
+div.scrollDiv {
+ overflow: auto;
+}
+
+/* exploder V6 only */
+* html div.scrollDiv {
+ overflow-y: scroll;
+}
+
+/* exploder V7 only */
+*+html div.scrollDiv {
+ overflow-y: scroll;
+}
+
 div.jqmNotice {
     display: none;
     overflow:hidden;



More information about the Mapbender_commits mailing list