Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 是否有特定于Outlook Mobile的条件css语句?_Html_Css_Email_Outlook - Fatal编程技术网

Html 是否有特定于Outlook Mobile的条件css语句?

Html 是否有特定于Outlook Mobile的条件css语句?,html,css,email,outlook,Html,Css,Email,Outlook,我正在设计一个电子邮件发送程序,因为我在Outlook上遇到了问题,所以我制作了Outlook(桌面版)特有的样式,这对我很有用。。。我正在使用此应用outlook样式: <!--[if (gte mso 9)|(IE)]> html/css styles here <!--<![endif]--> 并对其进行过滤: <!--[if !mso]> html/css styles here <!--<![endif]-->

我正在设计一个电子邮件发送程序,因为我在Outlook上遇到了问题,所以我制作了Outlook(桌面版)特有的样式,这对我很有用。。。我正在使用此应用outlook样式:

<!--[if (gte mso 9)|(IE)]> html/css styles here <!--<![endif]-->

并对其进行过滤:

<!--[if !mso]> html/css styles here <!--<![endif]--> 

剩下的问题是Outlook Mobile。如何以Outlook Mobile为目标?例如:

<!--[if (!mso) | (.outlook-mobile-only) ]>
否和是

没有专门针对Outlook Mobile的产品。Outlook桌面大部分不读取@media查询

Outlook for Android不使用@media查询。Outlook for Mac可以,但大多数Outlook版本都不能与之配合使用

有关更多信息,请查看:

这是一个很好的后续行动:

祝你好运