HTML::PopupTreeSelect version 1.2
=================================

This module creates an HTML popup tree selector.  The HTML and
Javascript produced will work in Mozilla 1+ (Netscape 6+) on all
operating systems and Microsoft IE 5+ on Windows and Mac.  For an
example, visit this page:

  http://sam.tregar.com/hpts_demo.cgi

I based the design for this widget on the xTree widget from WebFX.
You can find it here:

  http://webfx.eae.net/dhtml/xtree/

CHANGES

    - Added ability to drag the widget around the window.

    - Added dropshadow in Windows IE.

    - Added workaround for the select-box show-through problem.

    - Added scrollbars to the widget.

    - NOTE: the default CSS has changed.  If you are using your own
      CSS you'll need to adjust it.  Just run the widget with
      include_css turned on and you'll see the new classes and settings.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Then copy the images in images/ into a place here your web server can
find them.  Remember where you put them so you'll know what value to
set for image_path when you call new().

DEPENDENCIES

This module requires these other modules and libraries:

  HTML::Template 2.6
  Test::More
  Carp

COPYRIGHT AND LICENCE

Copyright (C) 2003 Sam Tregar

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl 5 itself.