CSS3 support for HTA

笑着哭i 提交于 2019-11-30 09:15:23

HTAs not only support everything a webpage does—namely HTML, Cascading Style Sheets (CSS), scripting languages, and behaviors—but also HTA–specific functionality. This added functionality provides control over user interface design and access to the client system.

http://msdn.microsoft.com/en-us/library/ms536496(v=vs.85).aspx

To summarize, you have to include such kind of meta line in your HTA to make it support CSS3:

<meta http-equiv="x-ua-compatible" content="ie=9">
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!