I tried to make dropshadow on my webpage, but it's pretty hard. The ones I read from alistpart.com use css with a large background image.
Since the large image sets the maximum size of image that can be dropshadowed, I don't really like the method. If I use tables, I can just use 5 small images to make dropshadow work. BUt table method is messy...