至于你说的把文件和图片放同一目录的话你上面的代码应该是这样<img src="460.jpeg" width="50" height="60" />
希望我的解答对你有所帮助,祝您学习愉快
<style type="text/css">.main{
width:900px
height:500px
overflow:hidden
position: relative
margin:0 auto
border:1px solid #000
}
.bottom-center{
background: green
width:100px
height:100px
position: absolute
bottom: 0px
left: 50%
margin:0px 0px 0px -50px
}
</style> <div class="main">
<div class="bottom-center"></div>
</div>
这样就好了,margin的-50其实是根据方块儿的半径算出来的,可以改main的宽度试下
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)