注册
找回密码
账号 记住
4316
10
1622
5
29
呵呵,终于会了啊
还看不懂吗,给你个演示看看
http://wufeng.59970.com/555/
1、以前做当前频道的按下效果都是用sql加判断来实现的,在科讯的6.0版本中,系统的导航标签会自动获取当前的频道并进行判断,不过这个样式是科讯写进源码中的,我们需要做的就是对这个样式进行css控制就可以了
样式为:/* 当前频道按下效果 */a.currclass { height:30px; width:90px; background: url(currclass.gif) no-repeat center center; text-decoration: none; line-height: 30px; display: block; }
注意名称不可改,除非你改动源码
2、分页样式在科讯中都是靠右的,如果你想换个样式,比如居中,比如颜色,比如外边距等等,那么你可以使用下面的样式来控制,当然,样式的名称也不可以换的
/* 分页样式 */#fenye { margin:8px; text-align:center; }
附:
导航中鼠标放上去换背景的css样式
/* 导航样式 */a.nav { height:30px; width:90px; background: url(Head_10.gif) no-repeat center center; text-align: center; line-height: 30px; display: block; }a.nav:hover { background: url(Head_10_1.gif) no-repeat center center; text-decoration: none; }
更多文章请到科讯博客去看
地址见签名
很简单啦,照下面的样式做个css就可以啦
注意样式的名字不要改
a.currclass { height:30px; width:90px; background: url(currclass.gif) no-repeat center center; text-decoration: none; line-height: 30px; display: block; }
http://bbs.kesion.com/dispbbs.asp?BoardID=41&ID=123111&replyID=&skin=1