📄 scrolling_news_ticker.css
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -