本帖最后由 曾经心痛 于 2009-2-11 11:55 编辑
今天刚刚修改好的论坛顶部导航条,这个插件最最经典的地方就是能根据IP显示天气预报。
演示站点:http://www.kxdcq.com
查找默认模板header.htm里的
<script type="text/javascript" src="include/javascript/common.js"></script>
在下面添加:
<style>
<!--
body{
margin:0px;
}
#gametopjs{
text-align:center;
background-image:url(images/topbar-bg.gif);
background-repeat:repeat-x;
}
#gametopjs table{
width:980px; {这里是修改顶部导航文字宽度的,复制后插入代码要删除掉这段文字}
margin:0 auto 0 auto;
height:31px;
}
#gametopjs table td,#gametopjs table th{
font-size:12px;
font-family:"宋体";
color:#000;
font-weight:normal;
}
#gametopjs table th{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#gametopjs table td a,#gametopjs table th a{
color:#000000;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#gametopjs table td a:hover,#gametopjs table th a:hover{
color:#FFCC99;
text-decoration:underline;
}
-->
</style>
再查找
<body onkeydown="if(event.keyCode==27) return false;">
在下面添加 :
<div id="gametopjs">
<table border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td align="left">
<table width="948" border="0" cellpadding="0" cellspacing="0" id="table2" height="106%">
<tr>
<td width="582" align="left"><b><font color="#FF0000">网址导航</font>:<a href="http://www.kxdcq.com/forum-
23-1.html"><font color="#000080">孔系意拳理论体系</font></a><span class="STYLE1"> </span>
<a href="http://www.kxdcq.com/forum-31-1.html">
<font color="#FF00FF">武林杂谈</font></a><span class="STYLE1"><font
color="#000080"> </font> </span><a href="http://www.kxdcq.com/forum-30-1.html"><font color="#800080">奇闻异事
</font></a></b><span class="STYLE1"><b><font color="#800080">
</font> </b> </span></td>
<th width="210" align="center">
<iframe src="http://www.tianqi123.com/php/current_city.php?c0=red&c1=D96C00&bg=F4FFF4&w=178&h=20&text=yes" width=178 height=21 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no align=center id=url></iframe></th>
<th width="182" align="center">
<span style="CURSOR: hand" onClick="window.external.addFavorite('http://www.kxdcq.com','孔系意拳综合论坛')" title="孔系意拳综合论坛">
收藏本站 <span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.kxdcq.com');" style="CURSOR: hand">设为首页</span> </span></th>
</tr>
</table> </td>
</body>
</table>
</div>
把附件topbar-bg.gif放到images文件夹里面!
希望大家对本插件提出宝贵的修改意见,我会随时对这个插件进行功能上的修改。
[ 本帖最后由 曾经心痛 于 2008-5-29 16:33 编辑 ] |