I've tried using the filter attribute to rotate a div, this works well until the div is comprised of an SVG element, which results in a rotated div with the SVG not being shown (with the exception of images).
e.g. style="filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=0.50000000, M21=-0.50000000,M22=0.86602540,sizingMethod='auto expand');"
Am I doing something wrong, or doesn't IE9 support this mix?
Thanks in advance, Oren
p.s. in case you were wondering why do I prefer to rotate the containing div, the answer is that the div contains more than just the SVG, e.g. inputs.