当您滚动时,请参阅http://colrd.com/上的注册登录。
问问题
46 次
1 回答
1
他们只需将类“滚动”添加到更改 CSS 属性的 div 容器“介绍”。
#introduction.scroll {
position: fixed;
top: 45px;
width: 100%;
z-index: 1000;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-size: inherit;
font-weight: bold;
border-bottom: 1px solid white;
box-shadow: 0px 1px 5px black;
-moz-box-shadow: 0px 1px 5px #000;
-webkit-box-shadow: 0px 1px 5px black;
border-bottom-color: rgba(255, 255, 255, .5);
min-width: 1054px;
}
于 2012-11-12T13:49:52.717 回答