Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Transform not working in Chrome 12 Re: Transform not working in Chrome 12

#81910
chrisburton
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.