Changeset 7095 for trunk/openlayers/examples/fullScreen.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/fullScreen.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/fullScreen.html
r6497 r7095 1 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 2 <head> 3 <title>Full Screen Example</title> 4 3 <title>Full Screen Example</title> 5 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 <link rel="stylesheet" href="style.css" type="text/css" /> 6 6 <style type="text/css"> 7 body { 8 margin: 0; 9 } 7 10 #map { 8 11 width: 100%; 9 12 height: 100%; 10 border: 1px solid black;11 13 } 12 14 13 15 #text { 14 16 position: absolute; 15 bottom: 0px;16 left: 0px;17 bottom: 1em; 18 left: 1em; 17 19 width: 512px; 18 20 }
