免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[問題] 新舊帖的泡泡圖

.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }

.list th.new { background-image: url({IMGDIR}/forum_new.gif); }

我把這兩段刪掉了
但是我想要換新的圖示
有誰可以幫我  謝謝!!

同样需要这个,帮顶

TOP

在CSS_APPAND里面加上

.list th { background: url(旧贴图标) 5px 10pxno-repeat; padding-left: 45px!important; }
.list th.new { background-image: url(新贴图标); }


=========================
欢迎访问章鱼之家代码站
http://zyhome.66rt.com
章鱼之家代码站
 
 
 
 
 

TOP

学到了。。支持章鱼老大~!

TOP

返回列表