home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / samples / scrollbarTest2.xul < prev    next >
Extensible Markup Language  |  2001-05-05  |  592b  |  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. <box style="width: 100%; height: 100%">
  10.    <scrollbar align="vertical"/>
  11.    <box align="vertical" flex="100%">
  12.        <scrollbar align="horizontal"/>
  13.        <spring flex="100%" style="background-color: white"/>
  14.        <scrollbar align="horizontal"/>      
  15.    </box>
  16.    <scrollbar align="vertical"/>
  17. </box>
  18.  
  19. </window>
  20.  
  21.