I have a all-CSS based page laid out (no tables) and I have the minicart set up to work. When you first see the page, the layout is all messed up because there are no items in the shopping cart. By adding an item to the cart, the layout works properly. However, it breaks again when you empty the cart.
It seems to me that the JS might be, for some reason, adding an extra DIV when the items are 0 and this is screwing things up. Any suggestions as to how to fix this?
See for yourself: The test page is at www<dot>algosolutions<dot>com<slash>store<slash>index4<dot>html