[Size] group
Used to specify the width of a frame.
[Size] field
Used to specify the width of a frame. There are the following three methods of specifying the width:
[Specify with %]
Used to specify the width of the frame as a percentage of the total width. When a user resizes the browser, the size changes according to this setting.
[Specify with pixels]
Used to specify the frame width as a number of pixels (number of dots). In this case, the size is maintained regardless of the display size of the browser.
[Specify with *]
Used to indicate that the remaining size is to be allocated for the frame. For example, suppose that a frame is divided into three and 100 (pixels) is specified for the first frame and 200 for the second frame. If * is specified for the last frame, it means that the remainder is allocated to the third frame.
Related Item