Html noresize=";“诺里斯”;它可以用CSS隐藏吗?

Html noresize=";“诺里斯”;它可以用CSS隐藏吗?,html,css,frame,Html,Css,Frame,框架的noresize=“noresize”可以用一些CSS代码隐藏吗 问题是,我使用的框架和大小调整栏,使我的页面看起来丑陋的颜色,我试图隐藏它或改变颜色,以符合我的背景 <frameset cols="50%,5%,*"> <noframes> <body>Sorry your browser doesn't handle frame. </body> </noframes> <frame src='n.html

框架的noresize=“noresize”可以用一些CSS代码隐藏吗

问题是,我使用的框架和大小调整栏,使我的页面看起来丑陋的颜色,我试图隐藏它或改变颜色,以符合我的背景

<frameset cols="50%,5%,*">

<noframes>

<body>Sorry your browser doesn't handle frame.

</body>

</noframes>



<frame src='n.html' name='n' frameborder="0" noresize="noresize"  />

   <frame src='b.html' name='b' frameborder="0" noresize="noresize" />

 <frame src="g.html" name="g" frameborder="0" noresize="noresize" /></frameset>

很抱歉,您的浏览器无法处理框架。

因此,这里发生的是介于
n
和g
n
之间的一个,将有行用于调整大小,但即使我使用了
noresize=“noresize”
我仍会在页面中看到它,但它无法调整大小,因此,我试图实现的是完全隐藏它或更改颜色,使其与我的背景相匹配。

Ali能否请您展示一些代码/小提琴,以便我们能够轻松解决您的问题并解决它。我正在尝试了解如何向您展示代码,以便您能够看到它将如何出现。。。。
<frameset cols="50%,5%,*">

<noframes>

<body>Sorry your browser doesn't handle frame.

</body>

</noframes>



<frame src='n.html' name='n' frameborder="0" noresize="noresize"  />

   <frame src='b.html' name='b' frameborder="0" noresize="noresize" />

 <frame src="g.html" name="g" frameborder="0" noresize="noresize" /></frameset>