include-source

Support Key: [N4-4.x]
Other Generated
Content Properties

quotes
content
counter-reset
counter-increment
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   Null URL
Applicable Elements:
All except list items (LI/DT/DD) and most replaced elements
Inherit From Parent:
No
Applicable Media:
All
HTML Equivalent:
<layer SRC="">
Official Docs:
None
What is it?
This property inserts another document into the current document, replacing the current element's content. Any elements or CSS properties applied to or inherited by the current element are applied to the inserted content as well.

This property is similar in effect to the HTML 4.0 IFRAME element which Netscape 4.0 does NOT support.

Allowed Values
[URL]
[N4-4.x]
Type: Explicit
Description:
An absolute or relative URL pointing to a document. If rendering of the document is not possible by the browser, it should be ignored and the regular element content be displayed instead.
Example
Ext/Doc:
div {
     position: absolute;
     top: 100px; left: 300px;
     width: 200px; height: 200px;
     border: thin solid black;
     include-source: url("http://www.example.com/testpage.htm");
     }
Browser Peculiarities

Boring Copyright Stuff....