<style type="text/css"> div.div1{ background-color: yellow; top:130px; left:130px; position:absolute; /*加上这个,会根据top和left定位。 position:fixed;这个在拉动网页时候,也会在一个位置不动,如欧网页右下角广告*/ z-index:2 /*这个值越大,就会在上面*/ } </style>