OpenLayers OpenLayers

Changeset 2129

Show
Ignore:
Timestamp:
01/09/07 13:10:43 (2 years ago)
Author:
tschaub
Message:

cssss

Files:

Legend:

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

    r2040 r2129  
    3030        this.div    = OpenLayers.Util.createDiv(); 
    3131        this.div.style.overflow = 'hidden'; 
     32        this.div.className = 'olMarkerBox'; 
    3233        this.events = new OpenLayers.Events(this, this.div, null); 
    33         this.setBorder(borderColor, borderWidth); 
     34        //this.setBorder(borderColor, borderWidth); 
    3435    }, 
    3536