iphone - webkit border image not loading mobile safari -


i'm having pretty strange problems on mobile website. 1 of elements, have css property:

-webkit-border-image: url(images/speech_box_right.png) 24 10 4 10 stretch stretch;

this image never loads - using developer mode, file seems never retrieved. what's strange on mobile user agent works, , load on phone well. can load image directly phone if type in filepath. has experienced issues mobile safari rendering border images?

thanks!

border-image shorthand property following 5 properties: border-image: source slice width outset repeat;

in code see stretch given multiple times. can removing that?

i tested in desktop safari 5 it's working fine without issues. border-image supported in safari 6 , safari 5 supports alternative, -webkit-border-image property.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -