I've been killing myself for the past 2 days trying to do 2 things:
- Create an iframe with content from another domain that will auto resize to the length of the content in the iframe
- ~and most importantly~ Apply css styles to the content [from the external domain] in that iframe.
I've explored the jQuery stuff, and found no 'reliable' love, the 'frameReady()' plugin seems to have disappeared ... I'm not sure what to do - or even if this is the best way.
So; is there a better and more reliable way to get this accomplished? I have full access to the server so .htaccess/php/cgi - even including a conf for apache [linux!] is possible. One thing to note is that one of the frames is a booking system that needs to pass data back and forth. [well technically so is the other frame....]
-thanks -sean