> Now, that does bring up an interesting question....    What are the
> effects of CSS on content contained within iframes?...  Will the
> stylesheet of the main page effect the content of an iframe?...  That
> is an interesting question....

About as interesting as the question if your style sheet effects
google.com in another browser tab or browser window. The idea of
IFRAME was to embed a third party HTML document in your document. The
same rules as showing the content in a new browser window apply. The
iframe, much like a frame has no content on its own and all it can get
is a margin and a border.

That is the reason why AJAX is described as such a new cool thing.
Using XMLhttpRequest to load content dynamically into a styleable part
of your document rather than embedding the other document in a frame
is gives you much more flexibility - but it also makes you scripting
dependent (or you need to reload the whole document and embed the
third party content via server scripting).
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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