Auto-check of frame height.
frame height | auto-set |
under 160pixels | Zero top margin is on. |
under 150pixels | The starting button is out, and autostarting is on. (but button picture is preloaded. It is better to set autostart=true to spoil preloading it.) |
under 130pixels | If frame height is less than railroad height, cut the upper space of the railroad scene away. The sample (upper frame) is 66pixel height frame. then upper 64pixels cut away. |
Sample:
<frameset rows="154,*">
<frame name="banana" src="eA02.html" scrolling=no>
<frame name="coffee" src="gozilla.html">
</frameset>
* If you don't like banana, coffee or gozilla, change it to another name.