MozTW 討論區

各項 Mozilla 相關軟體與技術討論
現在的時間是 2025-08-22, 10:05

所有顯示的時間為 UTC + 8 小時





發表新文章 回覆主題  [ 3 篇文章 ] 
發表人 內容
文章發表於 : 2004-05-29, 17:42 
離線

註冊時間: 2004-05-29, 16:54
文章: 67
例如以下網頁
FASHIONGUIDE眼鏡討論區
在話題以下的部分,他的原始碼是這樣的模式:
代碼:
<a href="該主題頁面網}"><tr style="cursor:hand" bgcolor="#ffffff" id="tr1" onmouseover="this.style.backgroundColor='#f9f9f9'" onmouseout="this.style.backgroundColor='ffffff'"><td valign="top"><img src="/Forum/Img/Mark0.gif"></td><td width="100%" style="color:'#000000'" onmouseover="this.style.color='#800000';this.style.textDecoration='underline'" onmouseout="this.style.color='#000000';this.style.textDecoration=''">主題名稱</td><td width="0" nowrap align="center">1</td><td width="0" nowrap>留言時間</td></tr></a>

我在Linux用Firefox 0.8、Mozilla 1.8a、Netscape 7.1看的情形是,
滑鼠經過會變色,但都無法開啟連結。

我想請問一下,
他這種<a><tr>~~</tr></a>的語法是正確的嗎?

第一次發問,寫得不好,請大家見諒 :oops:


回頂端
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2004-05-30, 00:16 
離線
[MozTW 版主群]
頭像

註冊時間: 2003-09-15, 03:47
文章: 1016
來自: Taiwan
no

應該是
代碼:
<style type="text/css">
 tr.articlelist:hover { background-color:#f9f9f9; }
 tr.articlelist { background-color:#ffffff; }
 tr.articlelist > td { vertical-align:top; }
 .articleTitle > :link { color: black; text-decoration: none; }
 .articleTitle > :link:hover { color: #800000; text-decoration: underline; }
</style>
:
:
<table>
<colgroup>
  <col style="width: 10px">
  <col>
  <col style="width: 2em;">
  <col style="width: 6em;">
</colgroup>
:
:
<tr id="tr1" class="articlelist">
<td><a href="該主題頁面網"><img src="/Forum/Img/Mark0.gif"></a></td>
<td class="articleTitle"><a href="該主題頁面網">主題名稱</a></td>
<td><a href="該主題頁面網">1</a></td>
<td><a href="該主題頁面網">留言時間</a></td>
</tr>
[/code]


回頂端
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2004-06-08, 02:18 
離線

註冊時間: 2004-05-29, 16:54
文章: 67
謝謝dwx大!
準備要跟他們反應一下了


回頂端
 個人資料  
引用回覆  
顯示文章 :  排序  
發表新文章 回覆主題  [ 3 篇文章 ] 

所有顯示的時間為 UTC + 8 小時


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 21 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯您的文章
不能 在這個版面刪除您的文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
© moztw.org, Mozilla Foundation
MozTW,Mozilla 台灣社群