Hello all I had a quick question of how to add a shadow to your web page design like the one in the aqua-soft.org forms. I was over on macromedia web forums and searched for add shadow and someone posted this css code
.dropshadow {
border-right : 2px solid #666666;
border-bottom : 2px solid #666666;
}which gives you a dark grey border around the edges of your table. Well I was trying to achieve the same shadow effect done here on the aqua-soft.org forms which seems more like a drop shadow done in photoshop. Is there a way to write a css style that will apply a shadow that was made as an image in photoshop to the borders of a table. Thanx for any help
Aqua-Soft Forums