在Chrome和Opera中链接不可点击但在Firefox和IE中?

时间:2012-08-25 19:31:16

标签: html internet-explorer firefox google-chrome opera

我在图片周围有一个链接标记,它在IE和Firefox中工作,但它在Chrome和Opera中不起作用?

 <div class="gallery">
<a href="index.php?id=1331&no_cache=1&uid=1&mode=s"><img width="172" height="235" src="mi35.jpg"></a>
<div class="title">Mini</div>
</div>

我尝试了urlencode无济于事:

index.php%3Fid%3D1331%26no_cache%3D1%26uid%3D1%26mode%3Ds

我在我的php源代码中删除了no_cache = 1和urlencode,但无济于事:

urlencode ( str_replace ( "no_cache=1", "", $this->pi_getPageLink ( $GLOBALS [ 'TSFE' ]->id, '',  array ( "uid" => $row [ "UID" ], "mode" => "s" ) )) );

1 个答案:

答案 0 :(得分:-1)

实际上这是CSS文件中的一个问题,图像的surroundig div上的负z-index使得无法点击链接。