Max, I reopened http://jira.openlaszlo.org/jira/browse/LPP-8399 since I've seen a solution for box shadow support within IE.
Here's the blog post: http://ole-laursen.blogspot.com/2009/08/using-css3-box-shadow-with-ie.html <!--[if IE]> <style type="text/css"> .shadowed { background-color: #fff; zoom: 1; filter: progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1) progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1) progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1); } </style> <![endif]--> This website uses the drop shadow for the images: http://www.yayart.com/shop/ It's not going to be perfect, but might be a good feature to have box-shadow support across all major browsers. I haven't done any extensive testing with this, though. - Raju
