我自己试过了哦。。
要怎样把图片粘到最上面去?
我的code。。。
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<style type="text/css">
div.cx
{
width:900px;
height:800px;
border:0px solid gray;
padding:0px;
margin:0px;
background-color:white;
position:inherit;
}
</style>
<body style="background-color:#e9e9e9">
<center>
<img src="banner1.jpg" width="900px" style="background-position:top; margin-top:0px" />
<div class="cx">
<table border="0" width="100%"align="center" cellpadding="0px" cellspacing="0px" style="margin:0px; margin-left:0px; margin-right:0px; margin-top

px">
<tr>
<td align="left">
1
</td>
</tr>
<tr>
<td align="left">
2
</td>
</tr>
</table>
</div>
</center>
</body>
</html>