Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 28th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. CSS3 transform:scale in IE
  2. div
  3. {
  4.      transform: scale(0.5,0.5);
  5. }
  6.        
  7. -ms-transform: scale(0.5,0.5);
  8.        
  9. filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
  10.     M11=1.5320888862379554, M12=-1.2855752193730787,
  11.     M21=1.2855752193730796, M22=1.5320888862379558);