- 分享
- 0
- 人气
- 0
- 主题
- 26
- 帖子
- 1218
- UID
- 44652
- 积分
- 192
- 阅读权限
- 13
- 注册时间
- 2006-9-19
- 最后登录
- 2015-8-3
- 在线时间
- 692 小时
  
|
我自己试过了哦。。
要怎样把图片粘到最上面去?

我的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> |
|