|
If you put the images in a certain class of div tag, you can then modify tht div tag to turn it into a shadow:
1. use 'position:relative' and then 'top:5px;left:5px'
This will place it in a shadow position
2. give the div tag a background color (if you want an actual shadow then obviously a really dark grey that fades would be good)
3. if you have any problems with things being in the wrong order, then use 'z-index' to put it right.
Hope that was useful!
__________________
"The only reason some people get lost in thought is because it's unfamiliar territory."
_____________________________________
|