Name
<frameset> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
Synopsis
<frameset>...</frameset>
Defines a collection of frames or other framesets.
Attributes
border=numberSets frame border thickness (in pixels) between all the frames in a frameset (when the frame border is turned on). This attribute is not part of the W3C HTML Specification, however, it is supported by most browsers.
bordercolor=#rrggbborcolor nameSets a border color for all the borders in a frameset. Support for this attribute is limited to Navigator 3.0 and higher and Internet Explorer 4.0.
cols=list(number,percentage,or *)Establishes the number and sizes of columns in a frameset. The number of columns is determined by the number of values in the list. Size specifications can be in absolute pixel values, percentage values, or relative values (
*) based on available space.frameborder= 1|0(Internet Explorer 3+ and W3C 4.0 Spec.);yes|no(Navigator 3+ and Internet Explorer 4.0)Determines whether 3-D separators are drawn between frames in the frameset. A value of
1(oryes) turns the borders on;0(orno) turns the borders off.Because Navigator and Internet Explorer support different values, you may need to specify the frameborder twice within
<frame>to ensure backwards compatibility, as follows:frameborder=yes frameborder=1 ...
framespacing=numberInternet Explorer 3.0 and higher only. Adds additional space (in pixels) between adjacent frames.
rows=list(number,percentage,or*)Establishes ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access