jquery.horizonScroll实现全屏滚动轮换文字效果代码

代码语言:html

所属分类:幻灯片

代码描述:jquery.horizonScroll实现全屏滚动轮换文字效果代码,滚动鼠标切换幻灯片。

代码标签: jquery horizonScroll 全屏 滚动 轮换 文字

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>

<head>
   
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
   
<style>
        html
,body{width:100%;height:100%;padding:0;margin:0;overflow:hidden}section{float:left;display:block;height:100%;padding:0;margin:0}#section-section1{background:#2c3e50}#section-section2{background:#16a085}#section-section3{background:#27ae60}#section-section4{background:#c0392b}.horizon-prev,.horizon-next{position:fixed;top:50%;margin-top:-24px;z-index:9999}.horizon-prev{left:20px}.horizon-next{right:20px}
   
</style>
    <script type="text/javasc.........完整代码请登录后点击上方下载按钮下载查看

网友评论0