Steve Holdoway wrote:
I've given up on the sub-800 pix wide bit, and sized it at 900. Maybe I should just fix it at 90% of your screen width for those with biiig screens? Simple enough, but I'd have to do something a bit clever along the way with javascript ( yeuch ). I think that this could be quite important with the current trend towards cinemascope.
Looking at the source as well as the site it looks like your nice image and the links and text are contained in frames of a fixed size. If you can set the sizes to a % of the screen width it is easy to accomodate any screen resolution.
I now show my images as <img src="xxx" width=90%> and under opera altering the magnification leaves the img at the set % of screen width.
Text varies in size & wraps as required for my tired eyes if it is not in a fixed width container. With your site I can increase the text size but it goes over screen width because the container is not resized.
Works the same in Netscape.
HTH
Barry
