scrolling_news_ticker.css
来自「《JavaScript精粹》 源文件下载」· CSS 代码 · 共 34 行
CSS
34 行
#newsTicker
{
position: relative;
width: 300px;
height: 35px;
overflow: hidden;
background-image: url(../images/news_ticker.jpg);
background-repeat: no-repeat;
}
#newsScroller
{
position: absolute;
position/**/: relative;
height: 35px;
line-height: 35px;
white-space: nowrap;
color: #FFFFFF;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
}
#stopLink
{
position: absolute;
width: 35px;
height: 35px;
margin-left: 305px;
margin-top: -35px;
background-image: url(../images/news_ticker_button.jpg);
background-repeat: no-repeat;
text-indent: -9999px;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?