Hi I can't seem to resolve this
for the center boxes (what's new, specials, featured etc) I want a border & background color
i used this class
.centerBoxWrapper {
background: #f8f8f9;
border: 1px solid #9a9a9a;
margin-bottom: 15px;
}
which seems to work in firefox but the margin at the bottom is messed up in ie
the products images & text stray beyond the border & background
any ideas??
also i am trying to create a thicker border at the bottom like the sideboxes
which i can't get to work in either ie or FF
I attached my stylesheet.css for reference




