lucifer1111
小狐狸
小狐狸
  • UID1130
  • 注册日期2004-12-20
  • 最后登录2006-10-29
  • 发帖数14
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4298回复:4

请问机站联盟的seed子站的情况怎么办?

楼主#
更多 发布于:2004-12-20 20:40
在这个页面



里面的机体、人物、剧情无法点击,请问是firefox没有设置好还是网站的问题
猫头猪
狐狸大王
狐狸大王
  • UID163
  • 注册日期2004-11-25
  • 最后登录2005-12-04
  • 发帖数595
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2004-12-20 20:40
html写的有问题。把<td>放在了<a>里。
lucifer1111
小狐狸
小狐狸
  • UID1130
  • 注册日期2004-12-20
  • 最后登录2006-10-29
  • 发帖数14
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2004-12-20 20:40
这是那个页面的代码:
<html><head><title>DESTINY</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="index.asp_files/style.css" rel="stylesheet" type="text/css">
<style>
body{background-attachment:fixed}
TD {FONT-FAMILY: Tahoma,Arial,Verdana,Sans-Serif; FONT-SIZE: 9pt}
</style>
<!-- base --></head>
<body leftmargin="0" topmargin="0" background="update_data/main_r2_c4.jpg" bgcolor="#000000" marginheight="0" marginwidth="0" text="#dddddd">
<table border="0" cellpadding="5" cellspacing="0" height="100%" width="100%">
  <tbody><tr> 
	<td>&</td>
	<td align="center" width="9999"> <a href="http://www.cnmsl.net/gundamseed/mechanic.htm" target="update">
		  </a><a href="http://www.cnmsl.net/gundamseed/tvstory2.htm">
		  </a><a href="http://www.cnmsl.net/gundamseed/character2.htm" target="update">
		  </a><table border="0" cellpadding="5" cellspacing="40" width="85%">
		<tbody><tr align="center"> <td style="" colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">机体</td>
		   
		  <td></td>
		  <td></td>
		</tr>
		<tr align="center"> 
		  <td></td>
		  <td style="" colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">剧情</td>
		   
		  <td></td>
		</tr>
		<tr align="center"> 
		  <td></td>
		  <td></td>
		  <td colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">人物</td>
		   </tr>
	  </tbody></table></td>
  </tr>
</tbody></table>
</body></html>


请问该怎么改才能使用ff进行正常浏览
猫头猪
狐狸大王
狐狸大王
  • UID163
  • 注册日期2004-11-25
  • 最后登录2005-12-04
  • 发帖数595
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2004-12-20 20:40
你这页比我看到的那页错误还严重。整个<a>和其中的内容彻底分离了。

我觉得是asp脚本的问题。
下面两部分代码应该合成在一起
<td align="center" width="9999"> <a href="http://www.cnmsl.net/gundamseed/mechanic.htm" target="update">
		  </a><a href="http://www.cnmsl.net/gundamseed/tvstory2.htm">
		  </a><a href="http://www.cnmsl.net/gundamseed/character2.htm" target="update">
		  </a><table border="0" cellpadding="5" cellspacing="40" width="85%">


<tbody><tr align="center"> <td style="" colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">机体</td>
		   
		  <td></td>
		  <td></td>
		</tr>
		<tr align="center"> 
		  <td></td>
		  <td style="" colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">剧情</td>
		   
		  <td></td>
		</tr>
		<tr align="center"> 
		  <td></td>
		  <td></td>
		  <td colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">人物</td>
		   </tr>
	  </tbody></table></td>

合成的地方变成类似这样的:
<td style="" colspan="2" class="table1" onmouseover="this.style.filter='alpha(opacity=80)';this.style.cursor='hand'" onmouseout="this.style.filter='alpha(opacity=50)'">
<a href="http://www.cnmsl.net/gundamseed/mechanic.htm" target="update">机体</a></td>
lucifer1111
小狐狸
小狐狸
  • UID1130
  • 注册日期2004-12-20
  • 最后登录2006-10-29
  • 发帖数14
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
4楼#
发布于:2004-12-20 20:40
@_@………………

眼睛好花………………

谢谢了
游客

返回顶部