I'm developing a web application using ASP.NET that deals with pages that display a bunch of gauge etc, with changing values.
For part of the navigation I need to be able to display small previews of a bunch of these pages on a single page.
It may be a lot to ask, but the previews must fit into the same size 'frame' regardless of their original size, have equal scaling (1:1, blank space is acceptable), and be as cross-browser capable as possible (at least work on IE, FF, Opera, Safari & Safari for iPhone/Pad/Pod).
I've been trying to use html iframes to achieve this but I'm finding the results to be highly unpredictable across different web browsers, and some conflicts with it's style attributes against its other parameters.
Implementation of this can be within the navigation page or the control pages or both.