You are here: irt.org | FAQ | HTML | Q2035 [ previous next ]
Yes! Framesets may be nested to any level.
In the following example, the outer FRAMESET
divides the
available space into three equal columns. The inner
FRAMESET
then divides the second area into two rows of
unequal height.
<FRAMESET cols="33%, 33%, 33%"> ...contents of the first frame... <FRAMESET rows="40%, 50%"> ...contents of the second frame, first row... ...contents of the second frame, second row... </FRAMESET> ...contents of the third frame... </FRAMESET>