blob: 4caf024216eedb2c71d4918f3c24e7d38e7f0f7d (
plain) (
blame)
1
2
3
4
5
6
|
This module implements an HTML widget with multiple layers. Only one
layer is visible at any given time, controlled by a <SELECT> box.
The HTML generated by this module uses JavaScript, but nevertheless
attempts to be as cross-browser as possible, testing for features via
DOM support rather than specific browsers or versions.
|