About: Layer element   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Layers were the core of a method of dynamic HTML programming specific to Netscape 4. Each layer was treated as a separate document object in JavaScript. The content could be included in the same file within the non-standard layer element (or any other element with the positioning set to "absolute" via CSS) or loaded from a separate file with or

. It could also be generated via JavaScript with the layer = new Layer() constructor. The content would then be inserted into the layer with layer.document.write().

AttributesValues
rdfs:label
  • Layer element
rdfs:comment
  • Layers were the core of a method of dynamic HTML programming specific to Netscape 4. Each layer was treated as a separate document object in JavaScript. The content could be included in the same file within the non-standard layer element (or any other element with the positioning set to "absolute" via CSS) or loaded from a separate file with <layer src="<var>URL</var>"></layer> or <<a href="/mediawiki/Span_and_div" title="Span and div">div</a> src="<var>URL</var>">. It could also be generated via JavaScript with the <var>layer</var> = new Layer() constructor. The content would then be inserted into the layer with <var>layer</var>.document.write().
sameAs
dcterms:subject
dbkwik:manga/prope...iPageUsesTemplate
abstract
  • Layers were the core of a method of dynamic HTML programming specific to Netscape 4. Each layer was treated as a separate document object in JavaScript. The content could be included in the same file within the non-standard layer element (or any other element with the positioning set to "absolute" via CSS) or loaded from a separate file with <layer src="<var>URL</var>"></layer> or <<a href="/mediawiki/Span_and_div" title="Span and div">div</a> src="<var>URL</var>">. It could also be generated via JavaScript with the <var>layer</var> = new Layer() constructor. The content would then be inserted into the layer with <var>layer</var>.document.write(). Because it was only recognized in Netscape 4, a common shortcut among JavaScript coders at the time to specialize certain events only for Netscape or only for Internet Explorer was to identify if the browser accepted layers. Thus, the coder would code something like this: In modern browsers, this functionality is provided by using an absolutely-positioned div, or, for loading the content from an external file, an IFrame.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software