如何在webbrowser控件中旋转div [英] how to rotate div in webbrowser control

查看:137
本文介绍了如何在webbrowser控件中旋转div的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

如何在webbrowser控件中旋转div?

i在html页面中使用了这段代码,但无济于事:

< pre lang =CSS> filter: progid:DXImageTransform 微软 .BasicImage(旋转= 0.083); / * IE6,IE7 * /
- ms-filter: progid:DXImageTransform Microsoft .BasicImage(rotation = 0.083) ; / * IE8 * /



这个css代码在ie11和firefox和chrome中工作正常

   -  moz-transform: rotate(-40.0deg) ;  / *   FF3.5 + * /  
-ms-transform: rotate(-40.0deg); / * IE9 + * /
- o- transform: rotate(-40.0deg); / * Opera 10.5 * /
- webkit -transform: rotate(-40.0deg); / * Safari 3.1 +,Chrome * /
transform: rotate(-40.0deg); / * 标准* /





我正在寻找webbrowser控件的解决方案任何人都可以帮助我吗?



thanx

解决方案

访问这里了解....



webbrowser-in-scatterview-rotating-independent [ ^ ]


我发现webbrowser控件使用了来自该站点的ie7: http://www.whatbrowser.org/ [ ^ ],我发现这里的解决方案是在webbrowser控件中使用ie9或10或11: http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control [ ^ ]

感谢所有


hello
how to rotate a div in webbrowser control?
i have used this code in html page but to no avail:

filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */


this css code works fine in ie11 and firefox and chrome

-moz-transform: rotate(-40.0deg);  /* FF3.5+ */
-ms-transform: rotate(-40.0deg);  /* IE9+ */
-o-transform: rotate(-40.0deg);  /* Opera 10.5 */
-webkit-transform: rotate(-40.0deg);  /* Safari 3.1+, Chrome */
transform: rotate(-40.0deg);  /* Standard */



i'm looking for a solution to the webbrowser control can anyone help me in that?

thanx

解决方案

visit here to understand....

webbrowser-in-scatterview-rotates-independently[^]


i have discovered that the webbrowser control used ie7 from this site: http://www.whatbrowser.org/[^], i found the solution here to use ie9 or 10 or 11 in webbrowser control: http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control[^]
thanks to all


这篇关于如何在webbrowser控件中旋转div的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆