Why isn't this element rotation working?

前端 未结 2 1281
说谎
说谎 2020-12-19 05:26

I\'m trying to rotate text in IE8. According to this answer, it should be possible to rotate an element as tried in the following example:



        
2条回答
  •  借酒劲吻你
    2020-12-19 06:20

    Your current markup works, the problem is that you have to enable legacy filters in IE10 to properly render your results in IE10 running in IE8-mode.

    So, the answer then is to enable legacy filters: http://blogs.msdn.com/b/ie/archive/2012/06/04/legacy-dx-filters-removed-from-ie10-release-preview.aspx

    Go to "Settings [Gear]" >> "Internet Options" >> "Security" Then click "Custom Level" and scroll way down in the resulting window-pane to find the "Render legacy filters" option. Enable it.

    Enable legacy filters in IE10

提交回复
热议问题