Right now I am using frames on the MSX part of my website to get a menu with 256px wide pictures on the leftside of the screen:
This has a few disadvanteges:
* It's not HTML5 compliant
* It doesn't allow for the WebMSX emulator to run full screen
* It screws up bookmarks to the site
I have been looking at iframes which are HTML5 compliant but this will still give the standard bookmarking problems. Besides that: it will not allow WebMSX to go full screen. I have also been looking at culomns but I can't find a way to give the first culomn a fixed width somehow. I don't mind updating all 170 .html files, but I would be really interested in finding a solution which will give me the same layout & functionality in decent HTML5 and being able to get the emulator run Full Screen.
The server can handle .PHP & Perl scripts.