[source] [reload] |
.gote {
/*
回転 : matrix(a,b,c,d,tx,ty)
|a b||x| |tx|
| || | + | |
|c d||y| |ty|
*/
-moz-transform:matrix(-1, 0, 0, -1, 0, 0);
-webkit-transform:matrix(-1, 0, 0, -1, 0, 0);
-o-transform:matrix(-1, 0, 0, -1, 0, 0);
transform:matrix(-1, 0, 0, -1, 0, 0);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}