WebBrowser component not showing CSS 3

前端 未结 4 1542
别跟我提以往
别跟我提以往 2021-02-06 04:47

I am building a piece of software that requires a WebBrowser component. Unfortunately it won\'t show my page correctly.

My content uses this CSS style:

.         


        
4条回答
  •  误落风尘
    2021-02-06 04:57

    I had the same issue and I changed this line:

    
    

    to

    
    

    to the latest verison of IE and it works very well.

提交回复
热议问题