
Originally Posted by
speedysteve
Hi all, hope someone out there can help
I am trying to put a 1px border around all the side boxes and center boxes. To this end I did this:
.centerBoxWrapper, .sideBoxContent {
background-color: #ebf9e8;
border: 1px solid #9e99d0;
border-bottom: 14px solid #9e99d0;
height:auto;
}
In Firefox it works just fine, but in IE the border in the center wrapper doesnt extend all the way down to the bottom of the box. Only the first 2 rows of 3 images are enclosed, the rest are protruding out of the bottom of the box. I know it must be my css but I cant see it. Any ideas?
Steve