Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2035 Can I make nested frame sets?

irt.org | Knowledge Base | HTML | Q2035 [ previous next ]

Q2035 Can I make nested frame sets?

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>   

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.