07-04
26
PJblog的置顶日值展开的问题
作者:Java伴侣 日期:2007-04-26
方法很简单,如下:
首先打开class/cls_default.asp,找到
<div class="BttnE" onclick="TopicShow(this,'log_<%=webLogArr(0,PageCount)%>')"></div>
改为
<div class="BttnC" onclick="TopicShow(this,'log_<%=webLogArr(0,PageCount)%>')"></div>
然后再找到
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:none"<%end if%>>
改为
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:"<%end if%>>
这样可以完成置顶展开的功能.此方法转载.
首先打开class/cls_default.asp,找到
<div class="BttnE" onclick="TopicShow(this,'log_<%=webLogArr(0,PageCount)%>')"></div>
改为
<div class="BttnC" onclick="TopicShow(this,'log_<%=webLogArr(0,PageCount)%>')"></div>
然后再找到
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:none"<%end if%>>
改为
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:"<%end if%>>
这样可以完成置顶展开的功能.此方法转载.
评论: 0 | 引用: 0 | 查看次数: 810
发表评论