Changeset 2225
- Timestamp:
- 02/16/07 11:30:59 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js
r2190 r2225 107 107 this.extentRectangle.style.position = 'absolute'; 108 108 this.extentRectangle.style.zIndex = 1000; //HACK 109 this.extentRectangle.style.overflow = 'hidden'; 109 110 this.extentRectangle.style.backgroundImage = 'url(' + 110 111 OpenLayers.Util.getImagesLocation() +
