From 9ce03324162476415acbf623db06ae9d76bc9ac6 Mon Sep 17 00:00:00 2001 From: "matt%netscape.com" Date: Tue, 27 Apr 1999 21:20:33 +0000 Subject: [PATCH] Adding container window for sidebar content --- rdf/resources/sidebarcontainer.xul | 74 ++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 rdf/resources/sidebarcontainer.xul diff --git a/rdf/resources/sidebarcontainer.xul b/rdf/resources/sidebarcontainer.xul new file mode 100644 index 000000000000..2ad28dea1082 --- /dev/null +++ b/rdf/resources/sidebarcontainer.xul @@ -0,0 +1,74 @@ + + + + + + + + + +function sidebarwdth (hght,tabid) { + dump(document.getElementById(tabid).style.height); + dump(document.getElementById(tabid).id); + + if (document.getElementById(tabid).style.height == "0pt") { + document.getElementById(tabid).style.height = 150; + dump("\n + 150") + } + else { + document.getElementById(tabid).style.height = hght; + dump(document.getElementById(tabid).style.height + "\n + 0" + hght); + } + +} + + + + + + + +iframe { + // width: 100; + height: 100; + border: 0; +} + + + + + + + + + + + + + + + + + + + + xul" id="tab1" /> + + + + + + + + + + + + + + + + +