有沒有方式可以阻斷css
網頁有共用一個style.css
aaa.htm 已經設計好了 不需要style.css
但我iframe 裡面的aaa.htm 會被使用到整的畫面都跑掉
我的aaa.htm 不要被style.css沾到 請給點idea
<asp:Panel runat="server" ID="ccc">
iframe id="bbb" src="aaa.htm" frameborder="0" scrolling="auto" onload="javascript:resizeIframe(this)" iframe
</asp:Panel>