2012-08-25 93 views
0

我有一個圖像鏈接標籤,它在IE和Firefox中工作,但它不適用於Chrome和Opera?鏈接在Chrome和Opera中不可點擊,但在Firefox和IE中是可點擊的?

<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

我已經刪除no_cache = 1所,並用urlencode在我的PHP源代碼,這樣無濟於事:

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

+0

嘗試在鏈接中改爲「否%20cache」。 – Sarke

+0

我試過urlencode無濟於事。 – Bytemain

+0

向我們展示您的網頁,或許。在這裏工作正常:http://jsfiddle.net/2BcJg/ –

回答

-1

其實當時CSS文件中的問題和圖像的surroundig div上的負z-index使得無法點擊鏈接。

+0

請閱讀此。 http://stackoverflow.com/questions/5384625/doctype-html-and-older-browsers什麼是邪惡'<?xml version =「1.0」encoding =「utf-8」?>'doiung there?請刪除它...... :) – naveen

+0

我不知道。這是最新的T3 4.7配置。什麼是邪惡<?xml版本....?這不是一個HTML標準? – Bytemain

+0

不需要...這是一個XML文件 – naveen

相關問題