width: 200px
height: 20px
刚手写的,希望是你要的效果;可以兼容不同浏览器的水平和垂直居中<body style="margin:0padding:0">
<div style="height:1pxbackground-color:#000position:absolutetop:50%left:0pxwidth:100%"></div>
<div style=" background-color:#000position:absolutetop:50%left:50%width:200pxheight:100pxmargin:-50px 0 0 -100pxbackground-color:#00FFCC">插入图片</div>
</body>
如果你要做的是一个页面的某一部分的话,那就调整top的值,设为固定值就行了