FRAME and FRAMESET BORDERCOLOR
<FRAMESET BORDERCOLOR=...> sets the color for all borders, and
<FRAME BORDERCOLOR=...>
makes exceptions to that rule. The frameset controlling this page set
BORDERCOLOR=YELLOW. However, the frame in the middle was set using
BORDERCOLOR=RED:
<FRAMESET ROWS="10%, 10%, 10%, *, 10%, 10%, 10%" BORDERCOLOR=YELLOW>
<FRAME SRC="bc3Row1.html">
<FRAME SRC="bc3Row2.html">
<FRAME SRC="bc3Row3.html">
<FRAME SRC="bc3Row4.html" BORDERCOLOR=RED>
<FRAME SRC="bc3Row5.html">
<FRAME SRC="bc3Row6.html">
<FRAME SRC="bc3Row7.html">
<NOFRAMES>
NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
|