Changeset 7095 for trunk/openlayers/examples/events.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/events.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/events.html
r6447 r7095 2 2 <head> 3 3 <title>OpenLayers Event Handling</title> 4 <link rel="stylesheet" href="style.css" type="text/css" /> 4 5 <style type="text/css"> 5 #map {6 width: 512px;7 height: 256px;8 border: 1px solid gray;9 }10 6 #panel { 11 7 margin: 5px; … … 147 143 </p> 148 144 149 <div id="map" ></div>145 <div id="map" class="smallmap"></div> 150 146 <div id="panel"></div> 151 147 <textarea id="output"></textarea>
