0
的SharePoint Web頁面的iFrame邊界問題我已經設置了iframe的屬性在Internet Explorer
frameborder="no"
或frameborder="0"
不過我還是不能刪除IE瀏覽器的左邊框,但其工作的Chrome & Firefox瀏覽器。
如何擺脫邊界?
的SharePoint Web頁面的iFrame邊界問題我已經設置了iframe的屬性在Internet Explorer
frameborder="no"
或frameborder="0"
不過我還是不能刪除IE瀏覽器的左邊框,但其工作的Chrome & Firefox瀏覽器。
如何擺脫邊界?
您FRAMEBORDER更改爲FRAMEBORDER(首都B)
<iframe src="myFrame" width="500" height="500" frameBorder="0"></iframe>
在IE中,B必須是大寫,以調整邊框