Quote:
Originally Posted by sunfighter
If you can live with a slightly larger dashed box, so the images are not cut off, then try this:
Code:
#product_thumbs .product_thumb {
float: left;
padding-top: 9px;
border: 1px dashed #B52020;
margin: 0 10px 10px 0;
width: 120px;
height: 90px;
text-align: center;
}
|
Yeah, your advice really works, i appreciate it..
I have resolve the problem but, i found out that vertical image are not centered
see here
http://jsbin.com/ititac/10/edit
Is there any way to fix that?
thanks for your help....