[Mapbender-commits] r2954 - branches/nimix_dev/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 17 08:34:59 EDT 2008


Author: nimix
Date: 2008-09-17 08:34:59 -0400 (Wed, 17 Sep 2008)
New Revision: 2954

Modified:
   branches/nimix_dev/http/css/popup.css
Log:
changes for IE

Modified: branches/nimix_dev/http/css/popup.css
===================================================================
--- branches/nimix_dev/http/css/popup.css	2008-09-17 12:33:33 UTC (rev 2953)
+++ branches/nimix_dev/http/css/popup.css	2008-09-17 12:34:59 UTC (rev 2954)
@@ -9,12 +9,12 @@
 
 /* exploder V6 only */
 * html div.scrollDiv {
- overflow-y: scroll;
+ overflow-y: auto;
 }
 
 /* exploder V7 only */
 *+html div.scrollDiv {
- overflow-y: scroll;
+ overflow-y: auto;
 }
 
 div.mbPopup {
@@ -28,7 +28,7 @@
     -moz-border-radius:10px;
     
     /*border to client area (top right bottom left)*/
-    padding: 30px 10px 5px 10px;
+    padding: 30px 10px 10px 10px;
 }
 
 div.mbPopup .Resize {
@@ -74,21 +74,33 @@
 	width:100px;
 	height:80px;
 }
+*html .balloonTL{
+	background-image:url("../img/balloon_ul.gif");
+}
 .balloonTR{
 	position:absolute;
 	background-image:url("../img/balloon_ur.png");
 	width:100px;
 	height:80px;
 }
+*html .balloonTR{
+	background-image:url("../img/balloon_ur.gif");
+}
 .balloonBR{
 	position:absolute;
 	background-image:url("../img/balloon_lr.png");
 	width:100px;
 	height:80px;
 }
+*html .balloonBR{
+	background-image:url("../img/balloon_lr.gif");
+}
 .balloonBL{
 	position:absolute;
 	background-image:url("../img/balloon_ll.png");
 	width:100px;
 	height:80px;
 }
+*html .balloonBL{
+	background-image:url("../img/balloon_ll.gif");
+}



More information about the Mapbender_commits mailing list