make the zIndex of the map div 0 (unless otherwise specified by user). this fixes zindexing issues in FF3. (Closes #1635)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7594 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-07-30 00:15:34 +00:00
parent 7736e12d33
commit 94c264da1d

View File

@@ -1,4 +1,5 @@
div.olMap {
z-index: 0;
padding: 0px!important;
margin: 0px!important;
}