4.2 Nested Framesets

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 4.  Frames

4.2 Nested Framesets

You can achieve more complex layouts by using nested <frameset> tags. Any frame within a frameset can contain another frameset.

For example, Figure 4-2 shows a layout of two columns, the first with two rows and the second with three rows. This is created by nesting two <frameset> tags with row specifications within a top-level <frameset> that specifies the columns :

 <frameset cols="50%,*" >   <frameset rows="50%,*">     <frame src="frame1.html">     <frame src="frame2.html">   </frameset>   <frameset rows="33%,33%,*">     <frame src="frame3.html">     <frame src="frame4.html">     <frame src="frame5.html">   </frameset> </frameset> 
Figure 4-2. Staggered frame layouts using nested <frameset> tags
figs/wmn3.0402.gif

Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net