Hi All,
At present, I have a border round all my images using CSS in product listing, all products and new products using the stylesheet codes below:
What am I missing here because my special product listings (set as homepage) do not have a 1px; border whereas all other pages do?!PHP Code:
#featuredProducts img {
border: 1px solid #000;
}
#whatsNew img {
border: 1px solid #000;
}
.listingProductImage {
border: 1px solid #000;
}
.new_products img {
border: 1px solid #000;
}
.all_products img {
border: 1px solid #000;
}
Anyone?



