jquery - Elements not displaying until hovered over -


I am working on a site for a customer and facing some types of bugs in Chrome.

If you switch to the "grid" view, then refresh the page, you will see how the page should be displayed. If you switch to the "list" view, then go to the "grid" view, most of the "Add to basket" buttons disappear ... unless you start moving on others, they slow down -They start appearing again !?

This bug appears only in Chrome, I tested it in Firefox, Safari and IE8 and it looks fine in those browsers.

I've updated jQuery and fixed some JavaScript errors, but it has not helped.

Any thoughts?

You need to remove the situation: the way your HTML structure is.

CSS:

  .product-grid .cart {padding: 10px; Display area; } .product-grid .wishlist, .product-grid .compare {bottom: 70px; Z-index: 999; }  

JS (downward carriage):

  html + = ' 

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -