<div> rotation IE8 issue
Hey there, I have this slight issue. Im rotating a <div> on an angle of 5.39 clockwise. It rotates correctly every browser except IE8. here is the code.
HTML Code:
#pos1 {
float:left;
padding-top:110px;
padding-left:115px;
transform: rotate(5.39deg);
-ms-transform: rotate(5.39deg); /* IE 9 */
-webkit-transform: rotate(5.39deg); /* Safari and Chrome */
-o-transform: rotate(5.39deg); /* Opera */
-moz-transform: rotate(5.39deg); /* Firefox */
}
Anyone have any ideas why it isnt working?
Last edited by UAL225; 11-08-2012 at 07:04 PM.
Reason: Wrong IE
For want of a nail...the horseshoe was lost. For want of a horseshoe, the steed was lost. For want of a steed...the message was not delivered. For want of an undelivered message.....the war was lost.
Bookmarks