我有这个包含frameset的代码。我试图设置这个框架设置边框颜色。
这里是:
<html>
<frameset rows="* , *" border="1" BORDERCOLOR="#ffffff">
<frame src="http://site.com" noresize="true"/>
<frame src="http://site.com" noresize="true"/>
</frameset><frameset rows="* , *" border="1" BORDERCOLOR="#00ff00">
</html>
我设置了BORDERCOLOR,但该属性没有任何效果。
如何在帧之间设置边框颜色?
答案 0 :(得分:2)
<html>
<frameset rows="* , *" border="1" BORDERCOLOR="#ff0000">
<frame src="http://site.com" noresize="true"/>
<frame src="http://site.com" noresize="true"/>
</frameset>
</html>
这对我有用(见下面的截图)
请仔细考虑您首先使用相框的原因。
答案 1 :(得分:1)
尝试:
BORDERCOLOR=green