让Discuz! X1.5 搜索栏右边显示本地天气代码
本帖最后由 灰儿 于 2011-1-31 09:37 编辑修改方法:
打开template\default\common\pubsearchform.htm,找到:
<script type="text/javascript">initSearchmenu();</script>
以显示江苏泗洪地区天气代码为例,在下面加上:
<div style="float:right; margin:7px 0 0 0;"><iframe style="filter:chroma(color=#ffffff)" src="http://m.weather.com.cn/m/pn3/weather.htm?id=101191304T" width="225" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></div>
要更换效果可去这个地址看看,直接替换IFRAME就好了
http://service.weather.com.cn/plugin/index.shtml
注:这个显示是透明的,他默认iframe是没 style="filter:chroma(color=#ffffff)"的,需要透明的可加上这个
演示图:
注:此天气代码也可用于其它cms中,如dedecms的首页。
页:
[1]