<!DOCTYPE html>
<html>
<head>
<title>百度一下,你就知道</title>
<style type="text/css">
img{
position:absolute;
top:22%;left:44%;
}
#div1{border:1px solid #3399ff;
width:600px;height:40px;
position:fixed;
left:650px;
top:340px;}
.super{border:1px solid #3399ff;
width:60px;height:40px;
position:fixed;
left:1250px;
top:340px;
background-color: gray;
}
</style>
</head>
<body>
<img src="bd_logo1.png" title="百度"/>
<div id="div1"></div>
<span class="super">百度一下</span>
</body>
</html>
李晓健
comeonidiot