home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 September
/
Chip_2003-09_cd1.bin
/
zkuste
/
macos
/
Files
/
wamcom.sit
/
wamcom-131-macos9-20030721
/
res
/
samples
/
scrollbarTest2.xul
< prev
next >
Wrap
Extensible Markup Language
|
2003-06-30
|
541b
|
20 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="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>