using Bike store - just noticed that after a few refreshes, or going to a few different menu item's the menu will no longer appear...until I hover over an item - then they appear one by one as I hover. Any help??
Update - turns out it was happening to most things with <a> tag. Some web digging and found it was GPU acceleration causing the trouble: -webkit-transform: translateZ(0); in the css. Commented it out and everything is now loading fine.
Is there a workaround so that I don't have to dissable the gpu acceleration?