Name

BORDERCOLOR — NN 3 IE 4 HTML n/a

Synopsis

BORDERCOLOR=”colorTripletOrName"

Optional

Establishes the rendering color for all visible borders in a frameset. A BORDERCOLOR setting in an outermost FRAMESET element may be overridden by a BORDERCOLOR attribute of a nested FRAMESET element (for the nested frameset’s frames only) or an individual FRAME element. Browsers resolve conflicts of colors assigned to adjacent frames differently. Test your color combinations carefully if you mix border colors.

Example

<FRAMESET COLS="150,*" BORDERCOLOR="salmon">...</FRAMESET>

Value

A hexadecimal triplet or plain-language color name. See Appendix A for acceptable plain-language color names.

Default

Browser default, usually a shade of gray with black or blue highlighting for the 3-D effect.

Object Model Reference

IE

[windowRef.]document.all.framesetID.borderColor

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.