git-svn-id: http://svn.openlayers.org/trunk/openlayers@2129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-01-09 19:10:43 +00:00
parent e4150b4991
commit 1c049df1b8

View File

@@ -29,8 +29,9 @@ OpenLayers.Marker.Box.prototype =
this.bounds = bounds;
this.div = OpenLayers.Util.createDiv();
this.div.style.overflow = 'hidden';
this.div.className = 'olMarkerBox';
this.events = new OpenLayers.Events(this, this.div, null);
this.setBorder(borderColor, borderWidth);
//this.setBorder(borderColor, borderWidth);
},
/** Allow the user to change the box's color and border width