xxxxxxxxxx
<html>
<meta charset="utf-8">
<title>编程狮(w3cschool.cn)</title>
<style>
<style type="text/css">
* {margin:0;padding:0}
div {
width:500px;
height:500px;
line-height:500px;
border:1px solid #666;
overflow:hidden;
position:relative;
text-align:center;
}
img {
position:static;
+position:relative;
top:-50%;left:-50%;
vertical-align:middle
}
</style>
<body>
<div>
<p>
<img src="/statics/images/w3c/intro.png">
</p>
</div>
</body>
</html>