Home › Forums › CSS › Transform not working in Chrome 12 › Re: Transform not working in Chrome 12
June 20, 2011 at 4:40 pm
#81910
Participant
Where did you apply these classes:
.char1, .char2, .char3, .char4, .char5, .char6, .char7, .char8, .char9, .char10, .char11, .char12, .char14, .char15, .char16, .char17, .char18, .char19, .char20, .char21 {
-o-transform: rotate(25deg);
-moz-transform: rotate(25deg);
-ms-transform: rotate(25deg);
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
I’m pretty sure this isn’t the best way to go about it.