.expand .close-btn问题
.expand .close-btn{ width:120px;
height:20px;
background:url(images/broswer_home.png) no-repeat -13px -117px;
position:absolute;
left:50%;
bottom:-2px;
margin-left:-60px;
cursor:pointer;}有点不明白这个里面bottom:-2px;margin-left:-60px;的值是如何确定的啊?它们在整个样式中又有什么作用呢?