[Mapbender-commits] r1849 - trunk/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Nov 26 03:57:01 EST 2007
Author: nimix
Date: 2007-11-26 03:57:00 -0500 (Mon, 26 Nov 2007)
New Revision: 1849
Modified:
trunk/mapbender/http/css/popup.css
Log:
fix scolling for ie
Modified: trunk/mapbender/http/css/popup.css
===================================================================
--- trunk/mapbender/http/css/popup.css 2007-11-23 15:17:26 UTC (rev 1848)
+++ trunk/mapbender/http/css/popup.css 2007-11-26 08:57:00 UTC (rev 1849)
@@ -1,7 +1,7 @@
@CHARSET "UTF-8";
div.jqmNotice .jqResize {position: absolute; right: 2px; bottom: 2px;width:16px;height:16px;background:url(../img/resize.gif);}
div.jqmNotice iframe {width:100%;height:100%;}
-div.jqmNotice div.scrollDiv {overflow:auto;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 {
display: none;
@@ -13,6 +13,7 @@
border: 1px solid #000;
padding: 0;
padding-bottom:30px;
+ overflow:hidden;
}
.jqmnTitle{margin: 0 25px;}
More information about the Mapbender_commits
mailing list