我想從iframe中刪除(即隱藏)垂直滾動條。我試過使用overflow:hidden
和scroll="no"
,但滾動條仍然出現。刪除iframe中的垂直滾動條(ASP.NET)
這是我曾嘗試:
<iframe name = "iframemc" id="iframemc" scrolling="no" frameborder="0" style="background-color: white; float:none; margin-left:40px; overflow:hidden" runat="server" width="800px" height="620px" ></iframe>
任何幫助,將不勝感激!謝謝!
原生html寬度/高度屬性不需要px值。 –