As far as I know, you can call out multiple css files and if one isn't 
found, the other is used.  Try having the other person include your css file 
name on that one page with the correct path.  This should work for both of 
you because when displayed on his site, only that css file will found and 
when displayed on your site, only your file will be found.

@inport on that page should also work.

Don


----- Original Message ----- 
From: "david" <[EMAIL PROTECTED]>
To: "css-d" <css-d@lists.css-discuss.org>
Sent: Tuesday, March 06, 2007 5:33 PM
Subject: Re: [css-d] How to apply my styles to contents of an iframe?


> Bradley Wright wrote:
>> On 6 Mar 2007, at 16:08, david wrote:
>>> Any way that I can use CSS to make my styles apply to the contents? Or
>>> is there a convenient way using PHP to include his original file while
>>> stripping the <html><body></body></html> tags from it?
>>
>> The PHP question is out of the scope of this list, but as to your
>> other question:
>>
>> Iframes are sandboxed from the parent page, so any styles you use
>> there will *not* propagate down to the contents of the iframe. Only
>> CSS files included in the source of the iframe will be used for styling.
>
> Thanks, that's what I was afraid of. I can't include my CSS files in the
> iframe source, that might interfere with the source's use on the other 
> site.
>
> -- 
> David
> [EMAIL PROTECTED]
> authenticity, honesty, community
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 268.18.7/712 - Release Date: 3/6/2007 
> 3:42 PM
>
> 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to