|
Attribute for <FRAME ...>
BORDERCOLOR = color expression
BORDERCOLOR sets the color of the borders around the frame.
| this code |
produces this |
<FRAMESET ROWS="*,*,40%,*,*">
<FRAME SRC="bcRow1.php">
<FRAME SRC="bcRow2.php">
<FRAME SRC="bcRow3.php" BORDERCOLOR=RED>
<FRAME SRC="bcRow4.php">
<FRAME SRC="bcRow5.php">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
|
this page |
Some versions of MSIE have a bug concerning BORDERCOLOR and can't figure out which borders should be which colors. It's not a harmful bug, but often the colrs won't be arranged the way you expect.
Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.
|
|
|
|
|
|