iPhone/iPad 上的 Dreamweaver 热点链接
Dreamweaver Hotspot Links on iPhone/iPad
我正在设置一个 html 电子邮件,其中包含一个 jpeg 和三个不同的 "hotspot" 指向服务器上各种项目的链接。电子邮件和链接在任何台式电脑和 android 智能手机上都能完美运行。然而,在 iPhone 上,热点链接不起作用。这是 iPhone 问题吗?有没有不必深入研究编码更重的电子邮件程序的修复程序?谢谢!
似乎是基于this article that image maps are supported on iPhones only if they are contained in a table, otherwise the image will be resized but the links won't move around to match. See also this question
我正在设置一个 html 电子邮件,其中包含一个 jpeg 和三个不同的 "hotspot" 指向服务器上各种项目的链接。电子邮件和链接在任何台式电脑和 android 智能手机上都能完美运行。然而,在 iPhone 上,热点链接不起作用。这是 iPhone 问题吗?有没有不必深入研究编码更重的电子邮件程序的修复程序?谢谢!
似乎是基于this article that image maps are supported on iPhones only if they are contained in a table, otherwise the image will be resized but the links won't move around to match. See also this question