Quote Originally Posted by jettrue View Post
Well, you said you already uploaded the shadow css, so I thought you already had that covered.

Add this to your stylesheet.css:

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

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

#productMainImage img {
display: block;
position: relative;
background: #ffffff;
margin: -3px 6px 6px -3px;
border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
padding: 4px;
}

/* end css for product image drop shadow */
Hi,
Worked out fine..Great ..Now looks nice.Once again thanks for the prompt reply ..and thanks for your time.
Would like to check with you-
is it possible to have the border for image for subcategories page?