CSS transform
-
Nice little plugin. Thanks!
I’m not an expert, but saw that in Safari the side button wasn’t rotating. Checked and found out that it works to change
transform: rotate(-90deg);
to
-webkit-transform: rotate(-90deg);
Not sure if that messes up other browsers, but Chrome is ok at least.
The topic ‘CSS transform’ is closed to new replies.