开发者

Missing Styles on a repeated element?

开发者 https://www.devze.com 2023-03-31 12:43 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消