F
fulio pen
Hello,
A rotation is included in the following web page. Please open it with
FF and IE. You will see the rotation is achieved on FF, but not IE:
http://www.pinyinology.com/shuangWen/shuangWen2b.html
The css code for the rotation is listed as below:
..rotate {
-webkit-transform: rotate(-270deg);
-moz-transform: rotate(-270deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-270deg);
filter: progid
XImageTransform.Microsoft.BasicImage(rotation=3);
font-size:160%;
}
Help is appreciated for accomplishing the rotation on both the FF and
IE. Thanks for your expertise.
fulio pen
A rotation is included in the following web page. Please open it with
FF and IE. You will see the rotation is achieved on FF, but not IE:
http://www.pinyinology.com/shuangWen/shuangWen2b.html
The css code for the rotation is listed as below:
..rotate {
-webkit-transform: rotate(-270deg);
-moz-transform: rotate(-270deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-270deg);
filter: progid
font-size:160%;
}
Help is appreciated for accomplishing the rotation on both the FF and
IE. Thanks for your expertise.
fulio pen