Just create File.html and put this inside:
1
2
3
4
5
6
7
8
<div id="Forum"><iframe src="http://www.unrealsoftware.de/index.php?popup=1" id="FrameForum"></iframe></div>
<div id="FileArchive"><iframe src="http://www.unrealsoftware.de/files.php?popup=1" id="FrameFA"></iframe></div>
<style>
#Forum {width:360px; height:257px; overflow:hidden; position:relative; border: 1px solid black; float: left;}
#FileArchive {width:360px; height:382px; overflow:hidden; position:relative; border: 1px solid black;}
#FrameForum {position:absolute; top:-47px; left:-372px; width:1280px; height:1200px;}
#FrameFA {position:absolute; top:-567px; left:-7px; width:1280px; height:1200px;}
</style>
In
Google Chrome works fine. In Opera and Firefox looks a bit wrong. So if you want to move pages you need to edit
top/left in #FrameForum and #FrameFA in style.
Press
F5 to refresh the page.
Moderators should always open pages with green arrow.