css - Background image displaying poorly on iOS -


so added background image element mobile devices in css, regular png image div, positioned them absolute , thats it. on iphones , ipads displays horribly, image darker, doesnt stay should on scroll (it moves, disappears, reappears...).

screenshot iphone:

screenshot android:

you can see on first image very different reason.

css:

padding: 0 !important; position: absolute; left: 10px; width: 25px; height: 37px; background: url('../../content/emerge-tiles/images/left-opacity.png'); 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -