Which css versions are supported in chm files?

前端 未结 2 1591
生来不讨喜
生来不讨喜 2021-01-14 14:21

I am writing a stylesheet to use with my Compiled Help files. It looks like CSS2 generally works, but I\'m not sure about CSS selectors like > and +

2条回答
  •  暖寄归人
    2021-01-14 14:37

    The HTML Help Viewer uses the layout engine components of Microsoft Internet Explorer (Shdocvw.dll hosting Mshtml.dll) to display Help topics.

    http://msdn.microsoft.com/en-us/library/aa189109%28v=office.10%29.aspx

    Which means: CSS version support is determined by which IE version is installed.

提交回复
热议问题