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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -