案例:CSS3 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
img
5
{
6
  position:absolute;
7
  left:100px;
8
}
9
</style>
10
</head>
11
12
<body>
13
<h1>This is a heading</h1>
14
<img src="/img/eg_smile.gif" />
15
</body>
16
</html>