1 頁 (共 1 頁)

[問題] 標題列變色MOD的問題

發表於 : 2005-02-21 00:32
黑風凱特
我使用XD_ORZ風格時,編輯Hypercells MOD(標題列變色)的MOD時,
找不到相對應的CODE....我自已手動修改,結果搞的版面破東破西...
請看得懂程式碼的教教我如何改...謝謝>"<~


這是安裝步驟\r

代碼: 選擇全部

index_body.tpl 

# 
#--- [ 找到 ] --- 
# 

<td class="row1" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>

# 
#--- [ 取代 ] --- 
# 

      <td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='顏色'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='顏色';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">

這是xd_orz的那段

代碼: 選擇全部

<tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}/{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>

發表於 : 2005-02-21 09:47
赤兔
關鍵是\r
onMouseOver="this.style.backgroundColor='顏色'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='顏色';"
要包在 <td> 裡\r
this.style.cursor='hand' 可有可無\r
再試試看吧 ^^