|
|
Q110 I have three frames on my page, how can I control how far down the horizontal window split goes?
irt.org | Knowledge Base | JavaScript | Frame | Q110 [ previous next ] Q110 I have three frames on my page, how can I control how far down the horizontal window split goes?You can control the frame sizes using two methods: pixels or percentages. The following sets the top row to 20 pixels, the middle row to 50 pixels, and the third row to whatever is left:
The following sets the top row to 20% of the height of the available window, ditto with the remainder:
|
-- div -->
|