HTML/JavaScript Window Resize for CD interface
I'm working on a project where we've developed an HTML/JavaScript menu for a CD-ROM, with image roll-overs and image swaps created with Photoshop and ImageReady.
Here's the problem: the menu graphics and layout are designed for a 640x480 window, but when we load the HTML file the menu loads and operates fine in a browser, but there is tons of ugly white space below and to the right of the image.
I'm new to javascript, and I was hoping there was a way to make the browser window open by default to a 640x480 size? Is there also a way to use JavaScipt to have the window centered on the user's screen?
The CD menu is designed to autoplay on Windows machines, but both Mac and Windows users can start the menu by clicking on the HTML index file.
Any pointers or suggestions would be much appreciated. :)
Many thanks and kind regards,
- Arutau

