On Tue, Mar 29, 2011 at 9:24 AM, johnw <[email protected]> wrote: > Seems like a good option, however iframe requires src = url. My source is > in a variable/string, which I don't think is an option for iframe?
To address your concern, my iframeize demo does not use a src attribute to load the iframe. It takes an existing dom node and injects it into an iframe created by the plugin, effectively resetting all styles. -- *Hector Virgen* Sr. Web Developer http://www.virgentech.com -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
