jaggernaut%netscape.com 5415c5da69 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
git-svn-id: svn://10.0.0.236/trunk@103111 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-18 21:47:32 +00:00

21 lines
583 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
<window style="height: 100%; width: 100%;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox style="width: 100%; height: 100%">
<scrollbar orient="vertical"/>
<vbox flex="100%">
<scrollbar orient="horizontal"/>
<spacer flex="100%" style="background-color: white"/>
<scrollbar orient="horizontal"/>
</vbox>
<scrollbar orient="vertical"/>
</hbox>
</window>