home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
mozilla
/
mozilla-win32-M18-mathml-svg-xslt.exe
/
res
/
samples
/
scrollbarTest2.xul
< prev
next >
Wrap
Extensible Markup Language
|
2000-06-15
|
612b
|
21 lines
<?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">
<box style="width: 100%; height: 100%">
<scrollbar align="vertical"/>
<box align="vertical" flex="100%">
<scrollbar align="horizontal"/>
<spring flex="100%" style="background-color: white"/>
<scrollbar align="horizontal"/>
</box>
<scrollbar align="vertical"/>
</box>
</window>