Working with Rows

Using the rows attribute, you can create rows in the same way you create columns. Example 6-6 defines a frame page with two rows, the top being 25% of the available space and the bottom being dynamically sized to the browser space.

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.

image

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 ...

Get Spring Into HTML and CSS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.