CSS 属性:

transform:

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

结果:

MyDIV

CSS 代码:

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