Right now the image class is set to <img class="lzimg" src="OpenLaszlo.png">
Is there any programmatic way to attach CSS to the image object? Guess not. If you wonder, have a look at the attached screenshot. On the left side is a Flash DropShadowFilter applied to a view, which has a transparent PNG as resource. On the right side is the same code in DHTML, but the shadow is attached to the view containing the PNG instead.
If we only want to support drop shadows on views and not on images, that's ok. But having the support for images is much more powerful. Text drop shadow support in DHTML is a different feature which we can implement, but I think the image based dropshadow is need as well.
<<inline: Transparent-PNG-DropShadow.png>>
