diff --git a/examples/full-screen.html b/examples/full-screen.html
index 3d12115d72..2e96597349 100644
--- a/examples/full-screen.html
+++ b/examples/full-screen.html
@@ -12,15 +12,30 @@
width: 100%;
height: 100%;
}
- #shortdesc {
- display: none;
+ #text {
+ position: absolute;
+ bottom: 1em;
+ left: 1em;
+ width: 512px;
+ z-index: 20000;
+ background-color: white;
+ padding: 0 0.5em 0.5em 0.5em;
}
Full-screen example
-
- Example of a full-screen map.
+
+
+
Full-screen example
+
Example of a full-screen map.
+
+
+
fullscreen, mapquest, openaerial, tile, tilelayer
diff --git a/examples/overlay-and-popup.html b/examples/overlay-and-popup.html
index cedcbb5ed7..fa7968f378 100644
--- a/examples/overlay-and-popup.html
+++ b/examples/overlay-and-popup.html
@@ -12,8 +12,14 @@
width: 100%;
height: 100%;
}
- #shortdesc {
- display: none;
+ #text {
+ position: absolute;
+ bottom: 1em;
+ left: 1em;
+ width: 512px;
+ z-index: 20000;
+ background-color: white;
+ padding: 0 0.5em 0.5em 0.5em;
}
.overlay {
display: none;
@@ -37,7 +43,6 @@
padding: 5px;
}
-
/* Popup CSS generated with http://cssarrowplease.com/ */
.arrow_box {
@@ -73,14 +78,22 @@
Overlay example
- Demonstrates Overlays.
- overlay, popup, mapquest, openaerial
Vienna
+
+
Overlay example
+
Demonstrates Overlays.
+
+
+ overlay, popup, mapquest, openaerial