Padding Doesn't Seem To Be Displaying Correctly On Ios
I'm using 3 background images to display as icon for a mobile site which appear perfectly fine on my computer (using window sizes and user agents), however, on my iphone the icon i
Solution 1:
I think this is related to an issue I'm seeing:
What's happening as far as I can tell is that iOS Safari is obscuring the background of the box model with the padding. Same thing happens with the background-color property (see my post linked above).
Seems like a bug. Only workaround at this point is to remove padding for elements with backgrounds.
Post a Comment for "Padding Doesn't Seem To Be Displaying Correctly On Ios"