position:fixed div 최적 해결 방법

방법1:
div{  
position:fixed; 
margin:auto;
left:0;
right:0;
top:12px;
bottom:0;
width:300px;
height:350px;
}

방법2:
.mubiao{background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #019393;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    margin: -27px 0 0 -108px;
    position: fixed !important;
    top: 257px;
    width: 216px;
    z-index: 99999;
}

좋은 웹페이지 즐겨찾기