DOM::HTMLLayerElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLLayerElement:
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
long HTMLLayerElement::top |
( |
|
) |
const |
The absolute position of the layer from the top.
Definition at line 383 of file html_block.cpp.
void HTMLLayerElement::setTop |
( |
long |
|
) |
|
long HTMLLayerElement::left |
( |
|
) |
const |
The absolute position of the layer from the left.
Definition at line 400 of file html_block.cpp.
void HTMLLayerElement::setLeft |
( |
long |
|
) |
|
DOMString HTMLLayerElement::visibility |
( |
|
) |
const |
The visibility of layers is either "show" or "hide".
Definition at line 417 of file html_block.cpp.
void HTMLLayerElement::setVisibility |
( |
const DOMString & |
|
) |
|
DOMString HTMLLayerElement::bgColor |
( |
|
) |
const |
void HTMLLayerElement::setBgColor |
( |
const DOMString & |
|
) |
|
The documentation for this class was generated from the following files: