2011-04-07 38 views

回答

1

你可以使用相對定位要做到這一點,而不是:

.block { 
    position: relative; 
    top: -15px; 
    background:#eee; 
    margin-left:15px; 
    margin-right:15px; 
    height:30px; 
}