css - Invalid Property value in Safari but working in Chrome -
i'm getting invalid property value on image in safari following:
sidebar-first{ padding-left:10px; background: url(images/arrow-lrg-right@2x.png) no-repeat scroll 2px 6px / 5px 9px transparent; -moz-background-size:5px 9px; -ie-background-size:5px 9px; -o-background-size:4px 9px; -webkit-background-size:5px 9px; background-size:5px 9px; }
it works fine in chrome , others not sure issue can else see it?
cheers.
Comments
Post a Comment