Files
Mozilla/mozilla/dom/public/idl/html/HTMLLayerElement.idl
vidur%netscape.com b45891b379 Added layers interface.
git-svn-id: svn://10.0.0.236/trunk@31924 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-17 21:15:06 +00:00

15 lines
384 B
Plaintext

interface HTMLLayerElement : HTMLElement {
/* IID: { 0xa6cf9100, 0x15b3, 0x11d2, \
{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */
attribute long top;
attribute long left;
attribute DOMString visibility;
attribute DOMString background;
attribute DOMString bgColor;
attribute DOMString name;
attribute long zIndex;
readonly attribute Document document;
};