can any one tell me about image shadows

hi sunee..
image shadow means a shadow that is preceding below the image as shown in the following link:
http://alistapart.com/articles/cssdropshadows

and example code to make shadow to an image is:

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

And also check this once:
http://www.dynamicdrive.com/style/csslibrary/item/css-image-drop-shadows/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.