Hi,
I got a fixed Header (absolute positioned) and Buttons for Navigation. In my content I use iScroll. If I start scroll all the images get blurred in the navigation. If I stop scrolling, the images stay blurred/unsharp. If I scroll top the images are fine again.
The image are double size (for retina).
-webkit-transform: translate3d(0,0,0); does not work, because its used for the content and not for the non-scrolling Header-Navigation.
Anyone an idea?