ilayer Tag

Friday, June 27th, 2008

While you control the position of a <layer> using top and left attribute coordinates relative to the document’s entire display space, Netscape provides a separate tag–<ilayer>–that lets you position individual layers with respect to the current flow of content, much like an inline image.

How to handle Layer Attributes

Friday, June 27th, 2008
The visibility attribute

Layers, by default, are usually seen (but most often not heard). You can change that by setting the visibility attribute to show, hide, or inherit. As expected, show forces the layer to be seen, hide hides it from view, and inherit explicitly declares that you want the

Placing text over an image using layers

Friday, June 27th, 2008

Like the corresponding attributes for the <body> tag, you may define the background color and an image for the layer with the bgcolor and background attributes, respectively.[*] By default, the background of a layer is transparent, allowing lower layers to show through.

[*] Note that you may also control the background… Continue reading >>

How to use layer Tag

Friday, June 27th, 2008

HTML document content layers are each defined with the <layer> tag.

How to create Multicolumn Layout in HTML

Friday, June 27th, 2008

Netscape has neatly solved this problem by supporting the unique <multicol> tag. While fancy unbalanced columns and straddling are not possible with this tag, as they are with tables, conventionally balanced text columns are easy to create with <multicol>. And while this capability is available only with Netscape, the <multicol> tag… Continue reading >>