2012-10-17 92 views
1

下一個代碼被剪掉就是我遇到問題的地方,前3個標籤運行良好,但最後2個不能在Chrome和Firefox中運行,在IExplorer中運行得非常好。你有什麼想法錯誤或如何解決?圖片地圖標籤在Chrome和Firefox中不起作用

<div id="caratula" align="center"> 
    <img src="images/forma_acceso_sin_nav.png" border="0" usemap="#Map"/> 

    <map name="Map" id="Map"> 

     <area shape="rect" coords="348,332,439,417" href="http://201.144.101.36/cotizador/" target="_blank"/> 
     <area shape="rect" coords="470,363,508,398" href="http://201.144.101.45/onepage/" target="_blank" /> 
     <area shape="rect" coords="549,369,633,395" href="http://201.144.101.36/portaliswstudio/" target="_blank"/> 

    <area shape="rect" coords="740,522,852,601" href="index.html" target="_self" alt="Pagina Principal" /> 

    <area shape="rect" coords="9,614,94,648" href="index.html" alt="buscas chamba" target="_blank" style="border:medium;"/> 
    <area shape="rect" coords="110,616,142,647" href="index.html" alt="mailto" target="_blank" /> 
    </map> 

+0

你讓它工作? –

回答

1

好,我一直在尋找關於它的信息,我發現一個表功能的瀏覽器和compatibily與diferentes版本,我認爲這是真正的問題,參考是下一個,也許一定對你有用。

http://haignet.co.uk/object-image-map.htm

1

的USEMAP屬性不應該有#在裏面。

相關問題