Have a look at my photo galleries, and while you're there, do a "view source" on them. This probably isn't your ideal solution, but it will point you in the right direction.
And they bring up an important point. Right now, your background is black, but what happens if you decide to change that at some point in the distant future? If you poke around some of my galleries, you'll see that I'm still working on fixing that - old background colors built into the drop shadow images. If it's at all possible you might ever want to change your background color, you should implement your shadows in a way that will tolerate that.
If your images are mostly the same size, you can make a frame image that's mostly transparent, and then jump through hoops to make IE 6 understand. On the other hand, there are dozens of CSS drop shadow tutorials on the web. I don't have any URLs off hand, because I decided not to go that route; the few I looked at demanded as many as six divs per image.
Anyway, I hope this was helpful rather than confusing the situation more.
|