latest version (v. 1.3.8a I believe it is), IE6.
I found this bug while working on some modifications to my own template, but was able to quickly replicate it using the Classic Green default template (for those of you who might need to reproduce it to diagnose or fix the bug)
Using only left-side sideboxes (don't use right side, may also be problematic in 2-sided boxes)
Using new items index-page box module with FOUR items per column (other numbers may also be issues)
Using featured items index-page box module with FOUR items per column:
(note: on my site, new products is first, then featured - order may impact which box is affected)
in class .leftBoxContainer, .rightBoxContainer
Commenting out the border (or setting the border to 0px) results in a screwup of the featured product index box when you have the store set to display a column of 4 items (I have a wider mainWrapper than default, and have a 4x grid for those index page boxes). The 4th item of each row ends up alone on the next row (sometimes under the first, second or third spot in the previous row).
I have narrowed it down to the left and right borders - top and bottom borders do not have effect. When I used only one of the two side borders (only left or only right), the featured box seemed to display correctly, However, the "new products" box then has a similar problem.
I have presently bypassed the issue by including 1px left and right borders of the same colour as the background. However, I'm not sure exactly why the borderon the sideboxes messes up the alignment of the centre boxes, but there you go.
(in case anyone is wondering, the reason I would want no border for that class is that I decided to have the heading boxes of each sidebox have its own border, and then just a border of another colour for the rest of the box - to do this, I created a new div around the box's content which has a css border on sides and bottom, leaving the wrapper around the entire box with a desired no-border. This change is in my own template however, and the bug appears in Classic Green, so nothing I did should have caused the bug.)



