It will add a 1 pixel border to the bottom of something. If you're looking to
actually make "shadows" then you'll need to do a lot more research and be aware that transparency options don't work with many browsers. Check out
www.alistapart.com for advanced CSS information.
filter:shadow(color=#CCCCCC, direction=180)
Honestly, it's supported so little I'd never use the actual shadow attribute.