Currently I am dynamically generating 1-(N) images via php GD based on user form input, and then posting into an iframe, that displays the image.
But theres a couple of problems:
- Iframes seems to be a drag when styling.
- The user dont seem to be able to “rightclick->saveas” the images properly when in iframes.
So are there any better methods for doing this?
Use a fixed size
divelement withoverflow: scrollset on it.For example:
It behaves in the same manner as an iframe, but allows you better control of both content via javascript and styling via CSS.