Example 6-6. Frame page with two rows
<frameset rows="25%, *"> <frame src="lightgray.html" /> <frame src="darkgray.html" /> </frameset>
Figure 6-4
shows the resulting rows.
Figure 6-4. Rows in a frame page.
NOTE
By now, you are aware that the order of the frame pages must correspond with the columns and rows. Whichever comes first in the stack correlates to the first value for the cols or rows attributes.
As with columns, you can have as many rows as you like, and you can mix and match the value types, too.
Want to have some fun with frames? Built back in 1996 (which shows you just how long ago frame-based sites were aroundand also how long ago we pretty much stopped using them for most professional websites), the Crazy Netscape Navigator Frame Tricks Page is a source of real amusement.