Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/272.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Internet Explorer中的Sharepoint网页iFrame边框问题_C#_Javascript_Html_Asp.net_Sharepoint - Fatal编程技术网

C# Internet Explorer中的Sharepoint网页iFrame边框问题

C# Internet Explorer中的Sharepoint网页iFrame边框问题,c#,javascript,html,asp.net,sharepoint,C#,Javascript,Html,Asp.net,Sharepoint,我已将iframe属性设置为 frameborder=“否”或frameborder=“0” 尽管如此,我还是无法删除IE浏览器中的左边框,但它的Chrome和Firefox浏览器仍能正常工作 如何去除该边框?将您的frameborder更改为frameborder(大写B) 在IE中,B必须是资本才能调整边界 <iframe src="myFrame" width="500" height="500" frameBorder="0"></iframe>

我已将iframe属性设置为

frameborder=“否”
frameborder=“0”

尽管如此,我还是无法删除IE浏览器中的左边框,但它的Chrome和Firefox浏览器仍能正常工作


如何去除该边框?

将您的frameborder更改为frameborder(大写B)


在IE中,B必须是资本才能调整边界

<iframe src="myFrame" width="500" height="500" frameBorder="0"></iframe>