html - IE9: rotated background images become skewed -


rotating multiple (pseudo-)elements in ie9 works fine long background images referenced through content attribute:

.icon:before { content:url('…')}; 

when using background-image ok long 1 object rotated:

rotated object background image in ie9

when had use background-image and transform:rotate on multiple objects ran problem:

two rotated objects background image in ie9

the background images of both objects become skewed. know reason , maybe solution this? problem occurs in "real" ie9, emulating ie9 in devtools of newer versions of ies not reliable.

http://jsfiddle.net/fiddel/662v79lm/

i found question interesting rotating element quite interesting

i have updated of code .. make rotation 360 things remain same.

https://jsfiddle.net/aakashshah/662v79lm/14/

{ transform : rotate(-360 deg); } 

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -