Emlog程序如何在顶部添加彩色滚动条

 第一步

在 header.php文件内调用如下代码 挂到需要显示的地方

<div id="top-img"></div>

如图

Emlog程序如何在顶部添加彩色滚动条

第二步

吧下面的CSS代码到你的模板公用css文件

#top-img {    
background: url(https://www.v6g.cn/content/templates/lu/static/img/db.gif);  
height:4px; 
top:0px;   
position: fixed;   
width:100%;  
Z-index:9999;}

然后清除一下缓存就可以看到效果了,图片地址可以自己保存到自己本地,也可以直接使用我这个。 


评论(0条)

刀客源码 游客评论