css - Floats working, but are now stepping. -
this page:
the boxes floating fine , showing 4 products across middle. after coleague copied , pasted exact same code notepad, other url change, floating issue has occurred. have looked through , can't see culprit.
any appreciated.
looks you're missing closing div
tags:
... <div class=xmashp-bottom-box-price>from £9.99</div><!--<div style="float: left; width: 35px;"> </div>--> <div class=hp-bottom-box1> ...
so hp-bottom-box*
boxes nested inside each other. add closing </div>
tag before open next hp-bottom-box*
tag , should good.
Comments
Post a Comment