I know this can't be done with iFrames or the default jQuery load function, so I'm looking for a 'workaround' or concept that would work better.
We have to load an iframe to display a checkout process (long story) and the iFrame content is too wide. Without making it scroll, is there a way to hide some of the content or resize the inner content to fit 900px of content into a 600px wide box?
I'm not sure if there's a single option or not, otherwise we might have to overlay in a light box, but that's not ideal for us.
EDIT: I guess what I'm looking for is a cross-browser setup that allows me to load content from an external location into a DIV that holds active links, etc. Probably not possible?