DOM::HTMLLayerElement Class Reference
Layer container for Netscape 4.x compatability.
More...
#include <html_block.h>
List of all members.
Detailed Description
Layer container for Netscape 4.x compatability.
Behaves mostly like absolute positioned DIV-blocks.
Definition at line 337 of file html_block.h.
Member Function Documentation
DOMString HTMLLayerElement::bgColor |
( |
|
) |
const |
long HTMLLayerElement::left |
( |
|
) |
const |
The absolute position of the layer from the left.
Definition at line 400 of file html_block.cpp.
void HTMLLayerElement::setBgColor |
( |
const DOMString & |
value |
) |
|
void HTMLLayerElement::setLeft |
( |
long |
_left |
) |
|
void HTMLLayerElement::setTop |
( |
long |
_top |
) |
|
void HTMLLayerElement::setVisibility |
( |
const DOMString & |
value |
) |
|
long HTMLLayerElement::top |
( |
|
) |
const |
The absolute position of the layer from the top.
Definition at line 383 of file html_block.cpp.
DOMString HTMLLayerElement::visibility |
( |
|
) |
const |
The visibility of layers is either "show" or "hide".
Definition at line 417 of file html_block.cpp.
The documentation for this class was generated from the following files: