案例:CSS3案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style> 
5
div
6
{
7
width:100px;
8
height:75px;
9
background-color:yellow;
10
border:1px solid black;
11
}
12
div#div2
13
{
14
margin:100px;
15
transform:scale(2,4);
16
-ms-transform:scale(2,4); /* IE 9 */
17
-moz-transform:scale(2,4); /* Firefox */
18
-webkit-transform:scale(2,4); /* Safari and Chrome */
19
-o-transform:scale(2,4); /* Opera */
20
}
21
</style>
22
</head>
23
<body>
24

 运行结果 
 北美留学生论坛