I'd be amazing if you could implement box-shadow support
(https://developer.mozilla.org/en/css/box-shadow)
An option may be to use filters:
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,
Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,
Color='#000000');
Original issue reported on code.google.com by marcus1...@gmail.com on 11 Dec 2010 at 11:05
Original issue reported on code.google.com by
marcus1...@gmail.com
on 11 Dec 2010 at 11:05