Html 链接在chrome和opera中不可点击,但在Firefox和IE中可点击?

Html 链接在chrome和opera中不可点击,但在Firefox和IE中可点击?,html,internet-explorer,firefox,google-chrome,opera,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>

我在图片周围有一个链接标签,它在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%26无缓存%3D1%26uid%3D1%26mode%3Ds

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" ) )) ); urlencode(str_replace(“no_cache=1”,”,$this->pi_getPageLink($GLOBALS['TSFE']->id',数组(“uid”=>$row['uid],“mode”=>“s”));
事实上,这是CSS文件中的一个问题,图像的surroundig div上的负z索引使其无法单击链接。

请尝试在链接中使用
no%20cache
。我尝试了urlencode,但没有用。也许可以显示您的页面。在这里工作很好:我完全删除了no_cache=1,但没有任何效果?我已经将所有html放到JSFIDLE:。好像是别的什么?请看这个。那邪恶的
在那里干什么?请将其删除…:)我不知道。这是最新的T34.7配置。什么是邪恶的耸肩。它是TS中的T3配置。我不想删除它。我不知道T3或TS是什么,但是
我为什么要删除它?这是T3的默认设置?