Auto-check of frame height.
frame height | auto-set |
under 166pixels | If frame height is less than railroad height+controler height, it cut the upper space of the railroad scene away. The sample (upper frame) is 136pixel height frame. then upper 30pixels cut away. |
under 96pixels | Error. (60px train height + 36px controler height = 96px) |
Sample:
<frameset rows="166,*">
<frame name="banana" src="eM00SL.html" scrolling=no>
<frame name="coffee" src="gozilla.html">
</frameset>
* If you don't like banana, coffee or gozilla, change it to another name.