OpenLayers OpenLayers

Changeset 1187

Show
Ignore:
Timestamp:
08/10/06 02:02:14 (2 years ago)
Author:
euzuro
Message:

fix for #136

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Popup.js

    r657 r1187  
    168168         
    169169        if (this.div != null) { 
    170             this.div.style.width = this.size.w
    171             this.div.style.height = this.size.h
     170            this.div.style.width = this.size.w + "px"
     171            this.div.style.height = this.size.h + "px"
    172172        } 
    173173    },