ROWS Attribute | rows Property
Sets or retrieves the frame heights of the object.
Syntax
HTML <FRAMESET ROWS = sHeight ... > Scripting object.rows [ = sHeight ... ]
Possible Values
sHeight String that specifies one or more of the following comma-delimited values:
height Integer that specifies the frame height, in pixels. percentage Integer, followed by a %. The value is a percentage of total available height. height* Integer that specifies the frame height as a relative value. After allocating pixel or percentage values, the remaining space is divided among all relative-sized frames. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see dynamic properties.
Remarks
The number of comma-separated items is equal to the number of frames contained within the FRAMESET, while the value of each item determines the frame height.
Example
This example defines a two-row frame, with the first occupying 40 percent of the available height and the second occupying the remaining 60 percent.
Sample Code
<FRAMESET ROWS="40%, 60%">This example defines a four-row frame. The first is 50 pixels high and the fourth is 80 pixels high. The second occupies two-thirds of the remaining height, while the third occupies the final one-third of the remaining height.
<FRAMESET ROWS="50, 2*, *, 80">
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus.
See Also
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.