I'm working on a jQuery Grid and List view. List view is fine, This was already built as default. The problem I'm having is the Grid View.
Example is : here
As you can see when clicking on Grid View. The "Add to Cart, Quantity and SKU Code" only load for the one product.
I'm suspecting its something to do with the absolute positioning? Could be wrong. But if anyone can point me in the right direction to correct th开发者_如何转开发is, So that this is repeated for ALL elements, would be much appreciated
Thanks
you have to remove position:absolute
from following classes:
.buy-now
.buynowprices
精彩评论