[外掛]竹貓滑鼠移動會整欄色塊標起來 , 是要外掛 ? 還是mod
發表於 : 2003-10-12 18:00
竹貓滑鼠移動會整欄色塊標起來 , 是要外掛 ? 還是mod
移動文章時 不像標準安裝的模式 只有文字變橘色而已\r
找很久了 ... 不曉得如何定義尋找關鍵字 ...
請大家協助
移動文章時 不像標準安裝的模式 只有文字變橘色而已\r
找很久了 ... 不曉得如何定義尋找關鍵字 ...
請大家協助
是的H.T.Demon 寫:你指的是Hypercells (標題列變色 - 整列變色)吧~
如果只是顏色就這樣子而已\r87654321 寫:竹貓滑鼠移動會整欄色塊標起來 , 是要外掛 ? 還是mod
移動文章時 不像標準安裝的模式 只有文字變橘色而已\r
找很久了 ... 不曉得如何定義尋找關鍵字 ...
請大家協助
代碼: 選擇全部
<td onMouseOver="this.style.backgroundColor='#555555" onMouseOut="this.style.backgroundColor=''">代碼: 選擇全部
<script language="JavaScript1.2">
<!--
function changeto(picname){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundImage!=picname&&source.id!="ignore")
source.style.backgroundImage='url(' + picname + ')'
}
function changeback(oripicname){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundImage='url(' + oripicname + ')'
}
function urlto(strurl,strtype){
form1.target=strtype
form1.action=strurl
form1.submit()
}
//-->
</script>想放哪就放哪阿CHIENLUNSU 寫:<td onMouseOver="this.style.backgroundColor='#555555" onMouseOut="this.style.backgroundColor=''">
請問這要加在那邊??
也是viewforum_body.tpl與index_body.tpl 嗎?