I have 2 websites. 1 is a portal, the other one is a small FTP site. The FTP site gets loaded into the first site using an iframe. Problem 1: They have 2 individuel designs, but must look as one -- merged designs. Problem 2: The FTP site is accessed externally by some users (for business reason i guess), thus I cannot touch the FTP site's CSS file. So I was wondering if it was somehow possible to make the FTP site inside the iframe inherit the first site's CSS.
Is this possible?