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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -