home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 January
/
01_02.iso
/
linux
/
mozilla-installer_linux
/
xpi
/
browser.xpi
/
bin
/
res
/
samples
/
sliderTest1.xul
< prev
next >
Wrap
Extensible Markup Language
|
2001-11-20
|
369b
|
16 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">
<slider orient="vertical" curpos="50">
<thumb flex="100%"/>
</slider>
</window>