How to remove border from iframe in IE using javascript

前端 未结 5 1881
遇见更好的自我
遇见更好的自我 2021-01-11 17:24

I am trying to insert an iframe into the browser DOM via javascript and want to remove the border if IE but can\'t seem to. I have tried these to no avail:

i         


        
5条回答
  •  情书的邮戳
    2021-01-11 17:45

    You should also be able to use 'conditional comments' in the HTML so as to include the 'frameborder' attribute only in IE8:

     
     
     
     
    

提交回复
热议问题