add opacity support to createDiv() and createImage(). update their tests. also small update to modify tests for more completeness. updated one single complete usage of createImage() due to argument reordering

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1549 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-10-03 19:07:24 +00:00
parent 964f777e64
commit 66250b1342
3 changed files with 35 additions and 15 deletions

View File

@@ -104,6 +104,7 @@ OpenLayers.Tile.Image.prototype =
null,
"absolute",
null,
null,
true);
}
this.layer.div.appendChild(this.imgDiv);