sami-sounine
New Member
How can I make this line rotation work in IE8? I used this to get the ms-filter but still wont work..Here's a JSFIDDLE.Heres the HTML:\[code\]<div class="mainmenu"> test</div>\[/code\]and the CSS:\[code\].mainmenu:before { background: none repeat scroll 0 0 #333333; content: ""; display: block; height: 1px; position: relative; right: 12.5%; transform: rotate(-45deg); width: 35%; z-index:10000; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -ms-filter: "progidXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";}\[/code\]Any Help Greatly Appreciated.. Thanks