
Originally Posted by
gjh42
I don't know about your product info page, but the homepage with product listing jumps when you hover on the last item in a row. This will be caused by the hovered item's borders/margin/height decreasing on hover, and "catching" the following <li> item which is trying to float or slide to the left beneath it. If you want to fix that, you will need to identify the style rule(s) which apply to it in the ordinary and hovered state, and make sure they have the same effective dimensions.