CSS 属性:

transform:

注释:Internet Explorer 和 Opera 不支持 rotateZ 方法。

结果:

MyDIV

CSS 代码:

#MyDIV
{
transform:rotateZ(10deg);
}