css把容器級別(div...)標籤固定在一個位置(在頁面最右邊)

.process{ border:1px solid #B7B7B8; background:#F8F8F8; width:80px; height:250px; <!--固定定位--> 
  position
: fixed;
  right
:0;
  text-align
: center;
}

沒有滾動條時候:spa

有滾動條時候:code

相關文章
相關標籤/搜索