城市切换功能!轻轻儿地一下,呵呵,实现了!
准备:做好修改文件的备份!
1、将下面代码放入/template/default/common/common.css中的最后面:
/* 城市切换 */
#top { height:30px; line-height:30px; font-size:12px;top:0; }
#top img{ position:relative; top:5px;}
#top .citychange{ position:absolute}
#top .toparea{ height:25px; display:none;}
#top .toparea_over{ height:auto; z-index:9999; display:block;position:absolute;left:0px;top:28px;border:3px #CCCCCC solid; background:#D8F2FE ;filter: alpha(opacity=80);opacity:0.8;width:180px; line-height:20px; padding:0 5px 5px 5px;}
#top #topareaclose{ cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; text-align:right}
#top #topareaclose span{ font-size:12px }
#top #toplogin a{ color:#039}2、在/template/default/common/header.htm中。找到:
<h2><a href="./" title="$_G['setting']['bbname']">{BOARDLOGO}</a></h2>换成下面的代码:
<div style="width:380px;">
<div style="float:left"> <a href="./" title="$_G['setting']['bbname']">{BOARDLOGO}</a></div>
<div id="top" style="margin-left:160px;">
<div id="citychange" class="citychange" style="float:left">
<strong><a href="javascript:void(0);" class="black" onclick="document.getElementById('toparea').className='toparea_over';" title="全国各大地区分社区直达!">分社区切换↓</a></strong>
<div id="toparea" class="toparea" >
<div id="topareaclose" onclick="document.getElementById('toparea').className='toparea';" title="关闭菜单"><span style="float:left;">-><STRONG>8668网全国各大地区分社区</STRONG></span>×</div><br/>
<a href="forum.php?gid=47" title="华东社区(山东、江苏、安徽、浙江、福建、江西、上海)"><STRONG>华东社区</STRONG></a>
<a href="forum.php?gid=48" title="华南社区(广东、广西、海南)"><STRONG>华南社区</STRONG></a>
<a href="forum.php?gid=49" title="华北社区(北京、天津、河北、山西、内蒙古)"><STRONG>华北社区</STRONG></a><br/>
<a href="forum.php?gid=50" title="西北社区(宁夏、新疆、青海、陕西、甘肃)"><STRONG>西北社区</STRONG></a>
<a href="forum.php?gid=51" title="西南社区(四川、云南、贵州、西藏、重庆)"><STRONG>西南社区</STRONG></a>
<a href="forum.php?gid=52" title="东北社区(辽宁、吉林、黑龙江)"><STRONG>东北社区</STRONG></a><br/>
<a href="forum.php?gid=53" title="港澳台社区(台湾、香港、澳门)"><STRONG>港澳台社区</STRONG></a>
<a href="http://www.8668w.com/bbs/" title="返回总社区">回<STRONG>8668网总社区</STRONG></a>
</div>
</div>
</div>
</div>3。更新缓存,OK!
这资源我收了!谢谢楼主!
Discuz扩展中心,我的最爱!
页:
[1]