I'm currently developing a JavaScript-based iOS simulator that allows users to view their created content on an iPhone and iPad. This involves using AJAX to load the content/page into the simulator, but one issue is that the simulator isn't life-sized. While it's perfectly to scale, the display may not be what you're looking for.
My main inquiry is whether there is a way to make the contents of a div render at 50% or 25% of the scripted CSS size. If not, the content will display at its original pixel-to-pixel size rather than being scaled down.