框架边框颜色

时间:2012-02-13 23:19:46

标签: html css iframe css3 xhtml

我有这个包含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,但该属性没有任何效果。

如何在帧之间设置边框颜色?

2 个答案:

答案 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>

这对我有用(见下面的截图)

Frames screenshot

请仔细考虑您首先使用相框的原因。

答案 1 :(得分:1)

尝试:
BORDERCOLOR=green