Image link on iPhone is not clickable

前端 未结 6 1396
鱼传尺愫
鱼传尺愫 2020-12-06 11:16

I have a signature that is used in outlook. The signature has an image at the bottom and a link that encompasses the image. On the computers you are able to click on the i

6条回答
  •  死守一世寂寞
    2020-12-06 11:50

    You have to use the map tags to make it work. Here's an example using a facebook picture linking to facebook using map:

    Facbook
    
     
       Facebook
      
    

    If you aren't familiar with this, try pasting the code in an .html document and check it out (should work). Typically you put the "mappings" just before .

    On the coords arguement, you should use x1,y1,x2,y2 plotting. What this means is that you want map a rectangular image from the top-left to the bottom-right of the size of the image. This appears to work on the 3G version.

提交回复
热议问题