案例:CSS案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
h1 {behavior:url("/example/csse/behave.htc")}
5
</style>
6
</head>
7
<body>
8
<h1>Mouse over me!!!</h1>
9
</body>
10
</html>
11