css3 - CSS 3 background-size not working on IE9 -


background-image:url(yellow.jpg); background-size:180px 180px; background-repeat:no-repeat;

the above mentioned css works perfect on chrome ie9 unable scale images + display images correctly

are sure ie runs in ie9 mode? code works image tried.

(f12 open developer window)


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -