home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / res / samples / scrollbarTest2.xul < prev    next >
Extensible Markup Language  |  2001-08-06  |  603b  |  21 lines

  1. <?xml version="1.0"?> 
  2. <?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?> 
  3.  
  4. <!DOCTYPE window> 
  5.  
  6. <window style="height: 100%; width: 100%;" 
  7. xmlns:html="http://www.w3.org/1999/xhtml"
  8.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
  9. <hbox style="width: 100%; height: 100%">
  10.    <scrollbar orient="vertical"/>
  11.    <vbox flex="100%">
  12.        <scrollbar orient="horizontal"/>
  13.        <spring flex="100%" style="background-color: white"/>
  14.        <scrollbar orient="horizontal"/>      
  15.    </vbox>
  16.    <scrollbar orient="vertical"/>
  17. </hbox>
  18.  
  19. </window>
  20.  
  21.