Changeset 7095 for trunk/openlayers/examples/accessible.html
- Timestamp:
- 05/08/08 04:15:07 (8 months ago)
- Files:
-
- trunk/openlayers/examples/accessible.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/accessible.html
r6497 r7095 3 3 <title>OpenLayers Accessible Example</title> 4 4 <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 5 5 <link rel="stylesheet" href="style.css" type="text/css" /> 6 6 <style type="text/css"> 7 #map {8 width: 512px;9 height: 512px;10 border: 1px solid #eee;11 }12 7 table { 13 8 border: 1 px solid white; … … 91 86 </a> 92 87 </td> 93 <td id="map" ></td>88 <td id="map" class="smallmap"></td> 94 89 <td> 95 90 <a href="javascript: void map.pan(map.getSize().w / 4, 0);"
